Color Hex Logo

#42efbf Color Hex

#42EFBF
(66,239,191)
0 Favorites   0 Comments

Color spaces of #42efbf

RGB 66239191
HSL0.450.840.60
HSV163°72°94°
CMYK 0.720.000.20   0.06
XYZ42.517266.652859.9146
Yxy66.65280.25150.3942
Hunter Lab81.6412-49.912613.6372
CIE-Lab85.3283-54.365110.8133

#42efbf color RGB value is (66,239,191).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000010 11101111 10111111
Octal 102 357 277
Decimal 66 239 191
Hex 42 EF BF

RGB Percentages of Color #42efbf

%13.31
%48.19
%38.51

CMYK Percentages of Color #42efbf

%72
%0
%20
%6

Triadic Colors of #42efbf

#42efbf #bf42ef #efbf42

Analogous Colors of #42efbf

#42efbf #42c9ef #42ef69

Monochromatic Colors of #42efbf

#42efbf

Complementary Color

#42efbf #ef4272

#42efbf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#42efbf Color Preview on White Background

Lorem ipsum dolor sit amet.

#42efbf Color CSS Codes

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

#42efbf Text Font Color

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

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


#42efbf Background Color

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

This div background color is #42efbf


#42efbf Border Color

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

This div border color is #42efbf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #42efbf


Comments

No comments written yet.

Please login to write comment.