Color Hex Logo

#42cbcb Color Hex

#42CBCB
(66,203,203)
0 Favorites   0 Comments

Color spaces of #42cbcb

RGB 66203203
HSL0.500.570.53
HSV180°67°80°
CMYK 0.670.000.00   0.20
XYZ34.382248.181963.9878
Yxy48.18190.23460.3288
Hunter Lab69.4132-33.0573-6.0666
CIE-Lab74.9395-35.7196-10.7312

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

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000010 11001011 11001011
Octal 102 313 313
Decimal 66 203 203
Hex 42 CB CB

RGB Percentages of Color #42cbcb

%13.98
%43.01
%43.01

CMYK Percentages of Color #42cbcb

%67
%0
%0
%20

Triadic Colors of #42cbcb

#42cbcb #cb42cb #cbcb42

Analogous Colors of #42cbcb

#42cbcb #4287cb #42cb87

Monochromatic Colors of #42cbcb

#42cbcb

Complementary Color

#42cbcb #cb4242

#42cbcb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#42cbcb Color Preview on White Background

Lorem ipsum dolor sit amet.

#42cbcb Color CSS Codes

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

#42cbcb Text Font Color

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

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


#42cbcb Background Color

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

This div background color is #42cbcb


#42cbcb Border Color

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

This div border color is #42cbcb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #42cbcb


Comments

No comments written yet.

Please login to write comment.