Color Hex Logo

#42ead4 Color Hex

#42EAD4
(66,234,212)
0 Favorites   0 Comments

Color spaces of #42ead4

RGB 66234212
HSL0.480.800.59
HSV172°72°92°
CMYK 0.720.000.09   0.08
XYZ43.553364.757472.4913
Yxy64.75740.24090.3582
Hunter Lab80.4720-44.21762.9204
CIE-Lab84.3586-47.1038-1.6059

#42ead4 color RGB value is (66,234,212).

#42ead4 hex color red value is 66, green value is 234 and the blue value of its RGB is 212. Cylindrical-coordinate representations (also known as HSL) of color #42ead4 hue: 0.48 , saturation: 0.80 and the lightness value of 42ead4 is 0.59.

The process color (four color CMYK) of #42ead4 color hex is 0.72, 0.00, 0.09, 0.08. Web safe color of #42ead4 is #33ffcc. Color #42ead4 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01000010 11101010 11010100
Octal 102 352 324
Decimal 66 234 212
Hex 42 EA D4

RGB Percentages of Color #42ead4

%12.89
%45.70
%41.41

CMYK Percentages of Color #42ead4

%72
%0
%9
%8

Triadic Colors of #42ead4

#42ead4 #d442ea #ead442

Analogous Colors of #42ead4

#42ead4 #42acea #42ea80

Monochromatic Colors of #42ead4

#42ead4

Complementary Color

#42ead4 #ea4258

#42ead4 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#42ead4 Color Preview on White Background

Lorem ipsum dolor sit amet.

#42ead4 Color CSS Codes

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

#42ead4 Text Font Color

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

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


#42ead4 Background Color

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

This div background color is #42ead4


#42ead4 Border Color

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

This div border color is #42ead4


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #42ead4

#42ead4 Color Palettes


Comments

No comments written yet.

Please login to write comment.