Color Hex Logo

#92edab Color Hex

#92EDAB
(146,237,171)
0 Favorites   0 Comments

Color spaces of #92edab

RGB 146237171
HSL0.380.720.75
HSV136°38°93°
CMYK 0.380.000.28   0.07
XYZ49.488969.619649.3577
Yxy69.61960.29380.4133
Hunter Lab83.4384-40.145323.3340
CIE-Lab86.8100-40.899123.6219

#92edab color RGB value is (146,237,171).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10010010 11101101 10101011
Octal 222 355 253
Decimal 146 237 171
Hex 92 ED AB

RGB Percentages of Color #92edab

%26.35
%42.78
%30.87

CMYK Percentages of Color #92edab

%38
%0
%28
%7

Triadic Colors of #92edab

#92edab #ab92ed #edab92

Analogous Colors of #92edab

#92edab #92edd9 #a7ed92

Monochromatic Colors of #92edab

#92edab

Complementary Color

#92edab #ed92d4

#92edab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#92edab Color Preview on White Background

Lorem ipsum dolor sit amet.

#92edab Color CSS Codes

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

#92edab Text Font Color

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

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


#92edab Background Color

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

This div background color is #92edab


#92edab Border Color

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

This div border color is #92edab


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(146,237,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 #92edab">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #92edab


Comments

No comments written yet.

Please login to write comment.