Color Hex Logo

#42ceeb Color Hex

#42CEEB
(66,206,235)
0 Favorites   0 Comments

Color spaces of #42ceeb

RGB 66206235
HSL0.530.810.59
HSV190°72°92°
CMYK 0.720.120.00   0.08
XYZ39.313551.299086.4269
Yxy51.29900.22210.2898
Hunter Lab71.6233-27.3635-21.4081
CIE-Lab76.8598-27.7192-25.0765

#42ceeb color RGB value is (66,206,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000010 11001110 11101011
Octal 102 316 353
Decimal 66 206 235
Hex 42 CE EB

RGB Percentages of Color #42ceeb

%13.02
%40.63
%46.35

CMYK Percentages of Color #42ceeb

%72
%12
%0
%8

Triadic Colors of #42ceeb

#42ceeb #eb42ce #ceeb42

Analogous Colors of #42ceeb

#42ceeb #427aeb #42ebb4

Monochromatic Colors of #42ceeb

#42ceeb

Complementary Color

#42ceeb #eb5f42

#42ceeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#42ceeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#42ceeb Color CSS Codes

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

#42ceeb Text Font Color

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

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


#42ceeb Background Color

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

This div background color is #42ceeb


#42ceeb Border Color

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

This div border color is #42ceeb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #42ceeb


Comments

No comments written yet.

Please login to write comment.