Color Hex Logo

#42eaef Color Hex

#42EAEF
(66,234,239)
0 Favorites   0 Comments

Color spaces of #42eaef

RGB 66234239
HSL0.500.840.60
HSV182°72°94°
CMYK 0.720.020.00   0.06
XYZ47.249666.235991.9558
Yxy66.23590.23000.3224
Hunter Lab81.3854-38.7935-10.0208
CIE-Lab85.1166-39.7610-14.7080

#42eaef color RGB value is (66,234,239).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000010 11101010 11101111
Octal 102 352 357
Decimal 66 234 239
Hex 42 EA EF

RGB Percentages of Color #42eaef

%12.24
%43.41
%44.34

CMYK Percentages of Color #42eaef

%72
%2
%0
%6

Triadic Colors of #42eaef

#42eaef #ef42ea #eaef42

Analogous Colors of #42eaef

#42eaef #4294ef #42ef9e

Monochromatic Colors of #42eaef

#42eaef

Complementary Color

#42eaef #ef4742

#42eaef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#42eaef Color Preview on White Background

Lorem ipsum dolor sit amet.

#42eaef Color CSS Codes

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

#42eaef Text Font Color

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

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


#42eaef Background Color

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

This div background color is #42eaef


#42eaef Border Color

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

This div border color is #42eaef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #42eaef


Comments

No comments written yet.

Please login to write comment.