Color Hex Logo

#42efeb Color Hex

#42EFEB
(66,239,235)
0 Favorites   0 Comments

Color spaces of #42efeb

RGB 66239235
HSL0.500.840.60
HSV179°72°94°
CMYK 0.720.000.02   0.06
XYZ48.108768.889489.3587
Yxy68.88940.23310.3338
Hunter Lab82.9996-41.7862-5.7328
CIE-Lab86.4493-43.1191-10.6135

#42efeb color RGB value is (66,239,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000010 11101111 11101011
Octal 102 357 353
Decimal 66 239 235
Hex 42 EF EB

RGB Percentages of Color #42efeb

%12.22
%44.26
%43.52

CMYK Percentages of Color #42efeb

%72
%0
%2
%6

Triadic Colors of #42efeb

#42efeb #eb42ef #efeb42

Analogous Colors of #42efeb

#42efeb #429def #42ef95

Monochromatic Colors of #42efeb

#42efeb

Complementary Color

#42efeb #ef4246

#42efeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#42efeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#42efeb Color CSS Codes

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

#42efeb Text Font Color

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

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


#42efeb Background Color

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

This div background color is #42efeb


#42efeb Border Color

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

This div border color is #42efeb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #42efeb


Comments

No comments written yet.

Please login to write comment.