Color Hex Logo

#42eaee Color Hex

#42EAEE
(66,234,238)
0 Favorites   0 Comments

Color spaces of #42eaee

RGB 66234238
HSL0.500.830.60
HSV181°72°93°
CMYK 0.720.020.00   0.07
XYZ47.102266.176991.1798
Yxy66.17690.23040.3237
Hunter Lab81.3492-39.0073-9.5104
CIE-Lab85.0866-40.0439-14.2265

#42eaee color RGB value is (66,234,238).

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

The process color (four color CMYK) of #42eaee color hex is 0.72, 0.02, 0.00, 0.07. Web safe color of #42eaee is #33ffff. Color #42eaee contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000010 11101010 11101110
Octal 102 352 356
Decimal 66 234 238
Hex 42 EA EE

RGB Percentages of Color #42eaee

%12.27
%43.49
%44.24

CMYK Percentages of Color #42eaee

%72
%2
%0
%7

Triadic Colors of #42eaee

#42eaee #ee42ea #eaee42

Analogous Colors of #42eaee

#42eaee #4294ee #42ee9c

Monochromatic Colors of #42eaee

#42eaee

Complementary Color

#42eaee #ee4642

#42eaee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#42eaee Color Preview on White Background

Lorem ipsum dolor sit amet.

#42eaee Color CSS Codes

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

#42eaee Text Font Color

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

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


#42eaee Background Color

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

This div background color is #42eaee


#42eaee Border Color

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

This div border color is #42eaee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #42eaee


Comments

No comments written yet.

Please login to write comment.