Color Hex Logo

#42ddcb Color Hex

#42DDCB
(66,221,203)
0 Favorites   0 Comments

Color spaces of #42ddcb

RGB 66221203
HSL0.480.700.56
HSV173°70°87°
CMYK 0.700.000.08   0.13
XYZ38.882757.183065.4880
Yxy57.18300.24070.3540
Hunter Lab75.6194-40.55131.5872
CIE-Lab80.2824-43.8377-2.8184

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

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000010 11011101 11001011
Octal 102 335 313
Decimal 66 221 203
Hex 42 DD CB

RGB Percentages of Color #42ddcb

%13.47
%45.10
%41.43

CMYK Percentages of Color #42ddcb

%70
%0
%8
%13

Triadic Colors of #42ddcb

#42ddcb #cb42dd #ddcb42

Analogous Colors of #42ddcb

#42ddcb #42a2dd #42dd7e

Monochromatic Colors of #42ddcb

#42ddcb

Complementary Color

#42ddcb #dd4254

#42ddcb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#42ddcb Color Preview on White Background

Lorem ipsum dolor sit amet.

#42ddcb Color CSS Codes

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

#42ddcb Text Font Color

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

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


#42ddcb Background Color

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

This div background color is #42ddcb


#42ddcb Border Color

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

This div border color is #42ddcb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #42ddcb


Comments

No comments written yet.

Please login to write comment.