Color Hex Logo

#42ebea Color Hex

#42EBEA
(66,235,234)
0 Favorites   0 Comments

Color spaces of #42ebea

RGB 66235234
HSL0.500.810.59
HSV180°72°92°
CMYK 0.720.000.00   0.08
XYZ46.806466.515488.2137
Yxy66.51540.23220.3300
Hunter Lab81.5570-40.2817-7.0394
CIE-Lab85.2586-41.6156-11.8631

#42ebea color RGB value is (66,235,234).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000010 11101011 11101010
Octal 102 353 352
Decimal 66 235 234
Hex 42 EB EA

RGB Percentages of Color #42ebea

%12.34
%43.93
%43.74

CMYK Percentages of Color #42ebea

%72
%0
%0
%8

Triadic Colors of #42ebea

#42ebea #ea42eb #ebea42

Analogous Colors of #42ebea

#42ebea #4298eb #42eb96

Monochromatic Colors of #42ebea

#42ebea

Complementary Color

#42ebea #eb4243

#42ebea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#42ebea Color Preview on White Background

Lorem ipsum dolor sit amet.

#42ebea Color CSS Codes

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

#42ebea Text Font Color

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

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


#42ebea Background Color

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

This div background color is #42ebea


#42ebea Border Color

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

This div border color is #42ebea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #42ebea


Comments

No comments written yet.

Please login to write comment.