Color Hex Logo

#92efab Color Hex

#92EFAB
(146,239,171)
0 Favorites   0 Comments

Color spaces of #92efab

RGB 146239171
HSL0.380.740.75
HSV136°39°94°
CMYK 0.390.000.28   0.06
XYZ50.071270.784349.5518
Yxy70.78430.29380.4154
Hunter Lab84.1334-41.000923.9735
CIE-Lab87.3801-41.785124.4037

#92efab color RGB value is (146,239,171).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10010010 11101111 10101011
Octal 222 357 253
Decimal 146 239 171
Hex 92 EF AB

RGB Percentages of Color #92efab

%26.26
%42.99
%30.76

CMYK Percentages of Color #92efab

%39
%0
%28
%6

Triadic Colors of #92efab

#92efab #ab92ef #efab92

Analogous Colors of #92efab

#92efab #92efda #a8ef92

Monochromatic Colors of #92efab

#92efab

Complementary Color

#92efab #ef92d6

#92efab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#92efab Color Preview on White Background

Lorem ipsum dolor sit amet.

#92efab Color CSS Codes

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

#92efab Text Font Color

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

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


#92efab Background Color

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

This div background color is #92efab


#92efab Border Color

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

This div border color is #92efab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #92efab


Comments

No comments written yet.

Please login to write comment.