Color Hex Logo

#92efac Color Hex

#92EFAC
(146,239,172)
0 Favorites   0 Comments

Color spaces of #92efac

RGB 146239172
HSL0.380.740.75
HSV137°39°94°
CMYK 0.390.000.28   0.06
XYZ50.167070.822650.0558
Yxy70.82260.29330.4141
Hunter Lab84.1562-40.866223.6438
CIE-Lab87.3987-41.608123.9161

#92efac color RGB value is (146,239,172).

#92efac hex color red value is 146, green value is 239 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #92efac hue: 0.38 , saturation: 0.74 and the lightness value of 92efac is 0.75.

The process color (four color CMYK) of #92efac color hex is 0.39, 0.00, 0.28, 0.06. Web safe color of #92efac is #99ff99. Color #92efac contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10010010 11101111 10101100
Octal 222 357 254
Decimal 146 239 172
Hex 92 EF AC

RGB Percentages of Color #92efac

%26.21
%42.91
%30.88

CMYK Percentages of Color #92efac

%39
%0
%28
%6

Triadic Colors of #92efac

#92efac #ac92ef #efac92

Analogous Colors of #92efac

#92efac #92efdb #a7ef92

Monochromatic Colors of #92efac

#92efac

Complementary Color

#92efac #ef92d5

#92efac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#92efac Color Preview on White Background

Lorem ipsum dolor sit amet.

#92efac Color CSS Codes

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

#92efac Text Font Color

<p style="color:#92efac">Text here</p>

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


#92efac Background Color

<div style="background-color:#92efac">
Div content here</div>

This div background color is #92efac


#92efac Border Color

<div style="border:3px solid #92efac">
Div here</div>

This div border color is #92efac


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(146,239,172, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #92efac; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #92efac;
  -webkit-box-shadow: 1px 1px 3px 2px #92efac;
  box-shadow:         1px 1px 3px 2px #92efac; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #92efac


Comments

No comments written yet.

Please login to write comment.