Color Hex Logo

#42eeda Color Hex

#42EEDA
(66,238,218)
0 Favorites   0 Comments

Color spaces of #42eeda

RGB 66238218
HSL0.480.830.60
HSV173°72°93°
CMYK 0.720.000.08   0.07
XYZ45.476267.369376.9364
Yxy67.36930.23960.3550
Hunter Lab82.0788-44.73901.8798
CIE-Lab85.6901-47.2517-2.8092

#42eeda color RGB value is (66,238,218).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000010 11101110 11011010
Octal 102 356 332
Decimal 66 238 218
Hex 42 EE DA

RGB Percentages of Color #42eeda

%12.64
%45.59
%41.76

CMYK Percentages of Color #42eeda

%72
%0
%8
%7

Triadic Colors of #42eeda

#42eeda #da42ee #eeda42

Analogous Colors of #42eeda

#42eeda #42acee #42ee84

Monochromatic Colors of #42eeda

#42eeda

Complementary Color

#42eeda #ee4256

#42eeda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#42eeda Color Preview on White Background

Lorem ipsum dolor sit amet.

#42eeda Color CSS Codes

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

#42eeda Text Font Color

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

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


#42eeda Background Color

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

This div background color is #42eeda


#42eeda Border Color

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

This div border color is #42eeda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #42eeda


Comments

No comments written yet.

Please login to write comment.