Color Hex Logo

#42decb Color Hex

#42DECB
(66,222,203)
0 Favorites   0 Comments

Color spaces of #42decb

RGB 66222203
HSL0.480.700.56
HSV173°70°87°
CMYK 0.700.000.09   0.13
XYZ39.147557.712665.5763
Yxy57.71260.24100.3553
Hunter Lab75.9688-40.96261.9990
CIE-Lab80.5787-44.2743-2.3834

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

#42decb hex color red value is 66, green value is 222 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #42decb hue: 0.48 , saturation: 0.70 and the lightness value of 42decb is 0.56.

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

Base Numbers

BaseRedGreenBlue
Binary 01000010 11011110 11001011
Octal 102 336 313
Decimal 66 222 203
Hex 42 DE CB

RGB Percentages of Color #42decb

%13.44
%45.21
%41.34

CMYK Percentages of Color #42decb

%70
%0
%9
%13

Triadic Colors of #42decb

#42decb #cb42de #decb42

Analogous Colors of #42decb

#42decb #42a3de #42de7d

Monochromatic Colors of #42decb

#42decb

Complementary Color

#42decb #de4255

#42decb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#42decb Color Preview on White Background

Lorem ipsum dolor sit amet.

#42decb Color CSS Codes

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

#42decb Text Font Color

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

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


#42decb Background Color

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

This div background color is #42decb


#42decb Border Color

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

This div border color is #42decb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #42decb


Comments

No comments written yet.

Please login to write comment.