Color Hex Logo

#92ddbb Color Hex

#92DDBB
(146,221,187)
0 Favorites   0 Comments

Color spaces of #92ddbb

RGB 146221187
HSL0.420.520.72
HSV153°34°87°
CMYK 0.340.000.15   0.13
XYZ46.680261.411856.4071
Yxy61.41180.28380.3733
Hunter Lab78.3657-30.812612.1794
CIE-Lab82.5996-30.50959.3714

#92ddbb color RGB value is (146,221,187).

#92ddbb hex color red value is 146, green value is 221 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #92ddbb hue: 0.42 , saturation: 0.52 and the lightness value of 92ddbb is 0.72.

The process color (four color CMYK) of #92ddbb color hex is 0.34, 0.00, 0.15, 0.13. Web safe color of #92ddbb is #99cccc. Color #92ddbb contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10010010 11011101 10111011
Octal 222 335 273
Decimal 146 221 187
Hex 92 DD BB

RGB Percentages of Color #92ddbb

%26.35
%39.89
%33.75

CMYK Percentages of Color #92ddbb

%34
%0
%15
%13

Triadic Colors of #92ddbb

#92ddbb #bb92dd #ddbb92

Analogous Colors of #92ddbb

#92ddbb #92dadd #92dd96

Monochromatic Colors of #92ddbb

#92ddbb

Complementary Color

#92ddbb #dd92b4

#92ddbb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#92ddbb Color Preview on White Background

Lorem ipsum dolor sit amet.

#92ddbb Color CSS Codes

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

#92ddbb Text Font Color

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

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


#92ddbb Background Color

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

This div background color is #92ddbb


#92ddbb Border Color

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

This div border color is #92ddbb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #92ddbb


Comments

No comments written yet.

Please login to write comment.