Color Hex Logo

#42ceea Color Hex

#42CEEA
(66,206,234)
0 Favorites   0 Comments

Color spaces of #42ceea

RGB 66206234
HSL0.530.800.59
HSV190°72°92°
CMYK 0.720.120.00   0.08
XYZ39.169451.241485.6680
Yxy51.24140.22250.2910
Hunter Lab71.5831-27.5974-20.8479
CIE-Lab76.8250-28.0251-24.5928

#42ceea color RGB value is (66,206,234).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000010 11001110 11101010
Octal 102 316 352
Decimal 66 206 234
Hex 42 CE EA

RGB Percentages of Color #42ceea

%13.04
%40.71
%46.25

CMYK Percentages of Color #42ceea

%72
%12
%0
%8

Triadic Colors of #42ceea

#42ceea #ea42ce #ceea42

Analogous Colors of #42ceea

#42ceea #427aea #42eab2

Monochromatic Colors of #42ceea

#42ceea

Complementary Color

#42ceea #ea5e42

#42ceea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#42ceea Color Preview on White Background

Lorem ipsum dolor sit amet.

#42ceea Color CSS Codes

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

#42ceea Text Font Color

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

This sample text font color is #42ceea
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.


#42ceea Background Color

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

This div background color is #42ceea


#42ceea Border Color

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

This div border color is #42ceea


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(66,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 #42ceea">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #42ceea


Comments

No comments written yet.

Please login to write comment.