Color Hex Logo

#42eada Color Hex

#42EADA
(66,234,218)
0 Favorites   0 Comments

Color spaces of #42eada

RGB 66234218
HSL0.480.800.59
HSV174°72°92°
CMYK 0.720.000.07   0.08
XYZ44.324565.065876.5525
Yxy65.06580.23840.3499
Hunter Lab80.6634-43.07520.1960
CIE-Lab84.5176-45.5276-4.5339

#42eada color RGB value is (66,234,218).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000010 11101010 11011010
Octal 102 352 332
Decimal 66 234 218
Hex 42 EA DA

RGB Percentages of Color #42eada

%12.74
%45.17
%42.08

CMYK Percentages of Color #42eada

%72
%0
%7
%8

Triadic Colors of #42eada

#42eada #da42ea #eada42

Analogous Colors of #42eada

#42eada #42a6ea #42ea86

Monochromatic Colors of #42eada

#42eada

Complementary Color

#42eada #ea4252

#42eada Color Preview on Black Background

Lorem ipsum dolor sit amet.

#42eada Color Preview on White Background

Lorem ipsum dolor sit amet.

#42eada Color CSS Codes

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

#42eada Text Font Color

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

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


#42eada Background Color

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

This div background color is #42eada


#42eada Border Color

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

This div border color is #42eada


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #42eada


Comments

No comments written yet.

Please login to write comment.