Color Hex Logo

#92ebdd Color Hex

#92EBDD
(146,235,221)
0 Favorites   0 Comments

Color spaces of #92ebdd

RGB 146235221
HSL0.470.690.75
HSV171°38°92°
CMYK 0.380.000.06   0.08
XYZ54.613570.748179.1839
Yxy70.74810.26700.3459
Hunter Lab84.1119-31.29653.0620
CIE-Lab87.3625-29.8498-1.6437

#92ebdd color RGB value is (146,235,221).

#92ebdd hex color red value is 146, green value is 235 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #92ebdd hue: 0.47 , saturation: 0.69 and the lightness value of 92ebdd is 0.75.

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

Base Numbers

BaseRedGreenBlue
Binary 10010010 11101011 11011101
Octal 222 353 335
Decimal 146 235 221
Hex 92 EB DD

RGB Percentages of Color #92ebdd

%24.25
%39.04
%36.71

CMYK Percentages of Color #92ebdd

%38
%0
%6
%8

Triadic Colors of #92ebdd

#92ebdd #dd92eb #ebdd92

Analogous Colors of #92ebdd

#92ebdd #92cdeb #92ebb1

Monochromatic Colors of #92ebdd

#92ebdd

Complementary Color

#92ebdd #eb92a0

#92ebdd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#92ebdd Color Preview on White Background

Lorem ipsum dolor sit amet.

#92ebdd Color CSS Codes

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

#92ebdd Text Font Color

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

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


#92ebdd Background Color

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

This div background color is #92ebdd


#92ebdd Border Color

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

This div border color is #92ebdd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #92ebdd


Comments

No comments written yet.

Please login to write comment.