Color Hex Logo

#38ceea Color Hex

#38CEEA
(56,206,234)
0 Favorites   0 Comments

Color spaces of #38ceea

RGB 56206234
HSL0.530.810.57
HSV189°76°92°
CMYK 0.760.120.00   0.08
XYZ38.553550.923985.6392
Yxy50.92390.22020.2908
Hunter Lab71.3610-28.4453-21.2003
CIE-Lab76.6329-29.1575-24.9033

#38ceea color RGB value is (56,206,234).

#38ceea hex color red value is 56, green value is 206 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #38ceea hue: 0.53 , saturation: 0.81 and the lightness value of 38ceea is 0.57.

The process color (four color CMYK) of #38ceea color hex is 0.76, 0.12, 0.00, 0.08. Web safe color of #38ceea is #33ccff. Color #38ceea contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00111000 11001110 11101010
Octal 70 316 352
Decimal 56 206 234
Hex 38 CE EA

RGB Percentages of Color #38ceea

%11.29
%41.53
%47.18

CMYK Percentages of Color #38ceea

%76
%12
%0
%8

Triadic Colors of #38ceea

#38ceea #ea38ce #ceea38

Analogous Colors of #38ceea

#38ceea #3875ea #38eaad

Monochromatic Colors of #38ceea

#38ceea

Complementary Color

#38ceea #ea5438

#38ceea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#38ceea Color Preview on White Background

Lorem ipsum dolor sit amet.

#38ceea Color CSS Codes

.mybgcolor {background-color:#38ceea; } 
.myforecolor {color:#38ceea; }
.mybordercolor {border:3px solid #38ceea; }

#38ceea Text Font Color

<p style="color:#38ceea">Text here</p>

This sample text font color is #38ceea
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#38ceea Background Color

<div style="background-color:#38ceea">
Div content here</div>

This div background color is #38ceea


#38ceea Border Color

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

This div border color is #38ceea


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(56,206,234, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #38ceea; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #38ceea;
  -webkit-box-shadow: 1px 1px 3px 2px #38ceea;
  box-shadow:         1px 1px 3px 2px #38ceea; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(56,206,234, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #38ceea">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #38ceea;
  -webkit-box-shadow: 1px 1px 3px 2px #38ceea;
  box-shadow:         1px 1px 3px 2px #38ceea;">
Div content here</div>

This div box has shadow with color #38ceea


Comments

No comments written yet.

Please login to write comment.