Color Hex Logo

#42dfcc Color Hex

#42DFCC
(66,223,204)
0 Favorites   0 Comments

Color spaces of #42dfcc

RGB 66223204
HSL0.480.710.57
HSV173°70°87°
CMYK 0.700.000.09   0.13
XYZ39.533558.293266.2948
Yxy58.29320.24090.3552
Hunter Lab76.3500-41.18641.9634
CIE-Lab80.9015-44.4469-2.4414

#42dfcc color RGB value is (66,223,204).

#42dfcc hex color red value is 66, green value is 223 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #42dfcc hue: 0.48 , saturation: 0.71 and the lightness value of 42dfcc is 0.57.

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

Base Numbers

BaseRedGreenBlue
Binary 01000010 11011111 11001100
Octal 102 337 314
Decimal 66 223 204
Hex 42 DF CC

RGB Percentages of Color #42dfcc

%13.39
%45.23
%41.38

CMYK Percentages of Color #42dfcc

%70
%0
%9
%13

Triadic Colors of #42dfcc

#42dfcc #cc42df #dfcc42

Analogous Colors of #42dfcc

#42dfcc #42a4df #42df7e

Monochromatic Colors of #42dfcc

#42dfcc

Complementary Color

#42dfcc #df4255

#42dfcc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#42dfcc Color Preview on White Background

Lorem ipsum dolor sit amet.

#42dfcc Color CSS Codes

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

#42dfcc Text Font Color

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

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


#42dfcc Background Color

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

This div background color is #42dfcc


#42dfcc Border Color

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

This div border color is #42dfcc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #42dfcc


Comments

No comments written yet.

Please login to write comment.