Color Hex Logo

#42efbd Color Hex

#42EFBD
(66,239,189)
0 Favorites   0 Comments

Color spaces of #42efbd

RGB 66239189
HSL0.450.840.60
HSV163°72°94°
CMYK 0.720.000.21   0.06
XYZ42.298666.565458.7632
Yxy66.56540.25230.3971
Hunter Lab81.5876-50.236114.4079
CIE-Lab85.2840-54.830511.7936

#42efbd color RGB value is (66,239,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000010 11101111 10111101
Octal 102 357 275
Decimal 66 239 189
Hex 42 EF BD

RGB Percentages of Color #42efbd

%13.36
%48.38
%38.26

CMYK Percentages of Color #42efbd

%72
%0
%21
%6

Triadic Colors of #42efbd

#42efbd #bd42ef #efbd42

Analogous Colors of #42efbd

#42efbd #42cbef #42ef67

Monochromatic Colors of #42efbd

#42efbd

Complementary Color

#42efbd #ef4274

#42efbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#42efbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#42efbd Color CSS Codes

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

#42efbd Text Font Color

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

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


#42efbd Background Color

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

This div background color is #42efbd


#42efbd Border Color

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

This div border color is #42efbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #42efbd


Comments

No comments written yet.

Please login to write comment.