COLOR #38CEF1

HEX: #38CEF1
RGB: (56,206,241)

Color info

#38CEF1 contains mainly green and blue colors. Web safe color of #38CEF1 is #33CCFF (or #3CF).

RGB color model

#38CEF1 color RGB value is (56,206,241).

  • red value is 56;
  • green value is 206;
  • blue value is 241.
RGB:
(56,206,241)
(22%,81%,95%)

RGB channels and saturation

R 56 of 255 = 22%
G 206 of 255 = 81%
B 241 of 255 = 95%

56
206
241

R + G + B ~ 66%. #38CEF1 is quite light color.

Portions of RGB colors in percentages

R + G + B =
56 + 206 + 241 = 503 (100%)
R 56 of 503 ~ 11.13%
G 206 of 503 ~ 40.95%
B 241 of 503 ~ 47.91%

%11.13
%40.95
%47.91

CMYK color model

#38CEF1 color CMYK value is (77,15,0,5).

  • cyan value is 76.76%
  • magenta value is 14.52%
  • yellow value is 0.00%
  • key color value is 5.49%
CMYK:
(77,15,0,5)
C77M15Y0K5 
(77%,15%,0%,5%)
(0.77/0.15/0.00/0.05)	

CMYK percentages

%76.76
%14.52
%0
%5.49

Codes

Color #38CEF1 in popluar color models

38CEF1
RGB56206241
HSL191°86.85%58.24%
HSB/HSV191°76.76%94.51%
CMYK76.76%14.52%0.00%
5.49%

Color #38CEF1 in popluar number systems.

HEX38CEF1
Decimal56206241
Binary1110001100111011110001
Octal70316361

Shades and tints

Shades of #38CEF1

#38CEF1
(56,206,241)
#33BCDC
(51,188,220)
#2EAAC7
(46,170,199)
#2998B2
(41,152,178)
#24869D
(36,134,157)
#1F7488
(31,116,136)
#1A6273
(26,98,115)
#15505E
(21,80,94)
#103E49
(16,62,73)
#0B2C34
(11,44,52)
#061A1F
(6,26,31)
#000000
(0,0,0)

Tints of #38CEF1

#38CEF1
(56,206,241)
#4AD2F2
(74,210,242)
#5CD6F3
(92,214,243)
#6EDAF4
(110,218,244)
#80DEF5
(128,222,245)
#92E2F6
(146,226,246)
#A4E6F7
(164,230,247)
#B6EAF8
(182,234,248)
#C8EEF9
(200,238,249)
#DAF2FA
(218,242,250)
#ECF6FB
(236,246,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #38CEF1 color. Also use rgb(56,206,241) instead hex code.

Text Font Color

.myTextColor { color: #38CEF1; }

<p style="color:#38CEF1">This sample text font color is #38CEF1.</p>

This text font color is #38CEF1.


Background Color

.myBgColor { background-color: #38CEF1; }

<div style="background-color:#38CEF1">Inner text</div>

This div background color is #38CEF1.


Border color

.myBorderColor { border: 1px solid #38CEF1; }

<div style="border:3px solid #38CEF1">Div</div>

This div border color is #38CEF1.


Opacity

.myOpacity80 { color: #38CEF1; opacity: 0.8; }

<p style="color:#38CEF1;opacity:0.8;">80%</p>

Text with #38CEF1 color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.

Background with opacity value 80%.

Background with opacity value 50%.

Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #38CEF1;}

<p style="text-shadow: 3px 3px 1px #38CEF1">Text here.</p>

This text has shadow with #38CEF1 color.

.textShadow {text-shadow: 3px 3px 1px #38CEF1, 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #38CEF1, 5px 5px 20px red">Text here.</p>

This text has shadow with #38CEF1 primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#38CEF1, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#38CEF1, Direction=45, Strength=4)">Text</p>

This text has shadow with #38CEF1 and red colors in old Internet Explorer.


Div box shadow color

/* css code */
.divShadow
{
  -moz-box-shadow:	1px 1px 3px 2px #38CEF1;
  -webkit-box-shadow:	1px 1px 3px 2px #38CEF1;
  box-shadow:		1px 1px 3px 2px #38CEF1;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #38CEF1;
-webkit-box-shadow: 1px 1px 3px 2px #38CEF1;
box-shadow:1px 1px 3px 2px #38CEF1;">
Div content here</div>
This div box has shadow with color #38CEF1.

Preview

Color preview on black background

This text has color #38CEF1 on black background.


Color preview on white background

This text has color #38CEF1 on white background.



Black color preview on #38CEF1 background

This text has black color on #38CEF1 background.


White color preview on #38CEF1 background

This text has white color on #38CEF1 background.