Color Hex Logo

#42decc Color Hex

#42DECC
(66,222,204)
0 Favorites   0 Comments

Color spaces of #42decc

RGB 66222204
HSL0.480.700.56
HSV173°70°87°
CMYK 0.700.000.08   0.13
XYZ39.267157.760466.2060
Yxy57.76040.24060.3539
Hunter Lab76.0003-40.77481.5510
CIE-Lab80.6054-44.0107-2.8763

#42decc color RGB value is (66,222,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000010 11011110 11001100
Octal 102 336 314
Decimal 66 222 204
Hex 42 DE CC

RGB Percentages of Color #42decc

%13.41
%45.12
%41.46

CMYK Percentages of Color #42decc

%70
%0
%8
%13

Triadic Colors of #42decc

#42decc #cc42de #decc42

Analogous Colors of #42decc

#42decc #42a2de #42de7e

Monochromatic Colors of #42decc

#42decc

Complementary Color

#42decc #de4254

#42decc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#42decc Color Preview on White Background

Lorem ipsum dolor sit amet.

#42decc Color CSS Codes

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

#42decc Text Font Color

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

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


#42decc Background Color

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

This div background color is #42decc


#42decc Border Color

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

This div border color is #42decc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #42decc


Comments

No comments written yet.

Please login to write comment.