Color Hex Logo

#42cbae Color Hex

#42CBAE
(66,203,174)
0 Favorites   0 Comments

Color spaces of #42cbae

RGB 66203174
HSL0.460.570.53
HSV167°67°80°
CMYK 0.670.000.14   0.20
XYZ31.242746.926147.4554
Yxy46.92610.24870.3735
Hunter Lab68.5026-38.46936.8785
CIE-Lab74.1425-43.47553.7811

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

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000010 11001011 10101110
Octal 102 313 256
Decimal 66 203 174
Hex 42 CB AE

RGB Percentages of Color #42cbae

%14.90
%45.82
%39.28

CMYK Percentages of Color #42cbae

%67
%0
%14
%20

Triadic Colors of #42cbae

#42cbae #ae42cb #cbae42

Analogous Colors of #42cbae

#42cbae #42a4cb #42cb6a

Monochromatic Colors of #42cbae

#42cbae

Complementary Color

#42cbae #cb425f

#42cbae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#42cbae Color Preview on White Background

Lorem ipsum dolor sit amet.

#42cbae Color CSS Codes

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

#42cbae Text Font Color

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

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


#42cbae Background Color

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

This div background color is #42cbae


#42cbae Border Color

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

This div border color is #42cbae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #42cbae


Comments

No comments written yet.

Please login to write comment.