Color Hex Logo

#42c8cb Color Hex

#42C8CB
(66,200,203)
0 Favorites   0 Comments

Color spaces of #42c8cb

RGB 66200203
HSL0.500.570.53
HSV181°67°80°
CMYK 0.670.010.00   0.20
XYZ33.680546.778663.7539
Yxy46.77860.23350.3244
Hunter Lab68.3949-31.7902-7.3904
CIE-Lab74.0479-34.3168-12.0641

#42c8cb color RGB value is (66,200,203).

#42c8cb hex color red value is 66, green value is 200 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #42c8cb hue: 0.50 , saturation: 0.57 and the lightness value of 42c8cb is 0.53.

The process color (four color CMYK) of #42c8cb color hex is 0.67, 0.01, 0.00, 0.20. Web safe color of #42c8cb is #33cccc. Color #42c8cb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000010 11001000 11001011
Octal 102 310 313
Decimal 66 200 203
Hex 42 C8 CB

RGB Percentages of Color #42c8cb

%14.07
%42.64
%43.28

CMYK Percentages of Color #42c8cb

%67
%1
%0
%20

Triadic Colors of #42c8cb

#42c8cb #cb42c8 #c8cb42

Analogous Colors of #42c8cb

#42c8cb #4284cb #42cb8a

Monochromatic Colors of #42c8cb

#42c8cb

Complementary Color

#42c8cb #cb4542

#42c8cb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#42c8cb Color Preview on White Background

Lorem ipsum dolor sit amet.

#42c8cb Color CSS Codes

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

#42c8cb Text Font Color

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

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


#42c8cb Background Color

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

This div background color is #42c8cb


#42c8cb Border Color

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

This div border color is #42c8cb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #42c8cb


Comments

No comments written yet.

Please login to write comment.