Color Hex Logo

#42ddce Color Hex

#42DDCE
(66,221,206)
0 Favorites   0 Comments

Color spaces of #42ddce

RGB 66221206
HSL0.480.700.56
HSV174°70°87°
CMYK 0.700.000.07   0.13
XYZ39.243857.327467.3894
Yxy57.32740.23930.3496
Hunter Lab75.7149-39.98260.2298
CIE-Lab80.3634-43.0413-4.2971

#42ddce color RGB value is (66,221,206).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000010 11011101 11001110
Octal 102 335 316
Decimal 66 221 206
Hex 42 DD CE

RGB Percentages of Color #42ddce

%13.39
%44.83
%41.78

CMYK Percentages of Color #42ddce

%70
%0
%7
%13

Triadic Colors of #42ddce

#42ddce #ce42dd #ddce42

Analogous Colors of #42ddce

#42ddce #429fdd #42dd81

Monochromatic Colors of #42ddce

#42ddce

Complementary Color

#42ddce #dd4251

#42ddce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#42ddce Color Preview on White Background

Lorem ipsum dolor sit amet.

#42ddce Color CSS Codes

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

#42ddce Text Font Color

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

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


#42ddce Background Color

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

This div background color is #42ddce


#42ddce Border Color

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

This div border color is #42ddce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #42ddce


Comments

No comments written yet.

Please login to write comment.