Color Hex Logo

#42e5d2 Color Hex

#42E5D2
(66,229,210)
0 Favorites   0 Comments

Color spaces of #42e5d2

RGB 66229210
HSL0.480.760.58
HSV173°71°90°
CMYK 0.710.000.08   0.10
XYZ41.898961.850070.7027
Yxy61.85000.24020.3545
Hunter Lab78.6448-42.53041.7488
CIE-Lab82.8336-45.4746-2.7869

#42e5d2 color RGB value is (66,229,210).

#42e5d2 hex color red value is 66, green value is 229 and the blue value of its RGB is 210. Cylindrical-coordinate representations (also known as HSL) of color #42e5d2 hue: 0.48 , saturation: 0.76 and the lightness value of 42e5d2 is 0.58.

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

Base Numbers

BaseRedGreenBlue
Binary 01000010 11100101 11010010
Octal 102 345 322
Decimal 66 229 210
Hex 42 E5 D2

RGB Percentages of Color #42e5d2

%13.07
%45.35
%41.58

CMYK Percentages of Color #42e5d2

%71
%0
%8
%10

Triadic Colors of #42e5d2

#42e5d2 #d242e5 #e5d242

Analogous Colors of #42e5d2

#42e5d2 #42a7e5 #42e581

Monochromatic Colors of #42e5d2

#42e5d2

Complementary Color

#42e5d2 #e54255

#42e5d2 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#42e5d2 Color Preview on White Background

Lorem ipsum dolor sit amet.

#42e5d2 Color CSS Codes

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

#42e5d2 Text Font Color

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

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


#42e5d2 Background Color

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

This div background color is #42e5d2


#42e5d2 Border Color

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

This div border color is #42e5d2


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #42e5d2


Comments

No comments written yet.

Please login to write comment.