Color Hex Logo

#92efbb Color Hex

#92EFBB
(146,239,187)
0 Favorites   0 Comments

Color spaces of #92efbb

RGB 146239187
HSL0.410.740.75
HSV146°39°94°
CMYK 0.390.000.22   0.06
XYZ51.690271.431958.0771
Yxy71.43190.28530.3942
Hunter Lab84.5174-38.736218.4204
CIE-Lab87.6944-38.833616.5857

#92efbb color RGB value is (146,239,187).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10010010 11101111 10111011
Octal 222 357 273
Decimal 146 239 187
Hex 92 EF BB

RGB Percentages of Color #92efbb

%25.52
%41.78
%32.69

CMYK Percentages of Color #92efbb

%39
%0
%22
%6

Triadic Colors of #92efbb

#92efbb #bb92ef #efbb92

Analogous Colors of #92efbb

#92efbb #92efea #98ef92

Monochromatic Colors of #92efbb

#92efbb

Complementary Color

#92efbb #ef92c6

#92efbb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#92efbb Color Preview on White Background

Lorem ipsum dolor sit amet.

#92efbb Color CSS Codes

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

#92efbb Text Font Color

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

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


#92efbb Background Color

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

This div background color is #92efbb


#92efbb Border Color

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

This div border color is #92efbb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #92efbb


Comments

No comments written yet.

Please login to write comment.