Color Hex Logo

#42e8cb Color Hex

#42E8CB
(66,232,203)
0 Favorites   0 Comments

Color spaces of #42e8cb

RGB 66232203
HSL0.470.780.58
HSV170°72°91°
CMYK 0.720.000.13   0.09
XYZ41.882963.183366.4880
Yxy63.18330.24410.3683
Hunter Lab79.4879-45.05066.0482
CIE-Lab83.5387-48.56251.9409

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

#42e8cb hex color red value is 66, green value is 232 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #42e8cb hue: 0.47 , saturation: 0.78 and the lightness value of 42e8cb is 0.58.

The process color (four color CMYK) of #42e8cb color hex is 0.72, 0.00, 0.13, 0.09. Web safe color of #42e8cb is #33ffcc. Color #42e8cb contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01000010 11101000 11001011
Octal 102 350 313
Decimal 66 232 203
Hex 42 E8 CB

RGB Percentages of Color #42e8cb

%13.17
%46.31
%40.52

CMYK Percentages of Color #42e8cb

%72
%0
%13
%9

Triadic Colors of #42e8cb

#42e8cb #cb42e8 #e8cb42

Analogous Colors of #42e8cb

#42e8cb #42b2e8 #42e878

Monochromatic Colors of #42e8cb

#42e8cb

Complementary Color

#42e8cb #e8425f

#42e8cb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#42e8cb Color Preview on White Background

Lorem ipsum dolor sit amet.

#42e8cb Color CSS Codes

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

#42e8cb Text Font Color

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

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


#42e8cb Background Color

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

This div background color is #42e8cb


#42e8cb Border Color

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

This div border color is #42e8cb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #42e8cb


Comments

No comments written yet.

Please login to write comment.