Color Hex Logo

#92edda Color Hex

#92EDDA
(146,237,218)
0 Favorites   0 Comments

Color spaces of #92edda

RGB 146237218
HSL0.470.720.75
HSV167°38°93°
CMYK 0.380.000.08   0.07
XYZ54.793171.741377.2892
Yxy71.74130.26880.3520
Hunter Lab84.7002-32.75275.1879
CIE-Lab87.8439-31.46980.6325

#92edda color RGB value is (146,237,218).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10010010 11101101 11011010
Octal 222 355 332
Decimal 146 237 218
Hex 92 ED DA

RGB Percentages of Color #92edda

%24.29
%39.43
%36.27

CMYK Percentages of Color #92edda

%38
%0
%8
%7

Triadic Colors of #92edda

#92edda #da92ed #edda92

Analogous Colors of #92edda

#92edda #92d3ed #92edad

Monochromatic Colors of #92edda

#92edda

Complementary Color

#92edda #ed92a5

#92edda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#92edda Color Preview on White Background

Lorem ipsum dolor sit amet.

#92edda Color CSS Codes

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

#92edda Text Font Color

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

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


#92edda Background Color

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

This div background color is #92edda


#92edda Border Color

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

This div border color is #92edda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #92edda


Comments

No comments written yet.

Please login to write comment.