Color Hex Logo

#9de692 Color Hex

#9DE692
(157,230,146)
0 Favorites   0 Comments

Color spaces of #9de692

RGB 157230146
HSL0.310.630.74
HSV112°37°90°
CMYK 0.320.000.37   0.10
XYZ47.389765.837037.4042
Yxy65.83700.31460.4371
Hunter Lab81.1400-37.742329.4663
CIE-Lab84.9132-38.493233.9167

#9de692 color RGB value is (157,230,146).

#9de692 hex color red value is 157, green value is 230 and the blue value of its RGB is 146. Cylindrical-coordinate representations (also known as HSL) of color #9de692 hue: 0.31 , saturation: 0.63 and the lightness value of 9de692 is 0.74.

The process color (four color CMYK) of #9de692 color hex is 0.32, 0.00, 0.37, 0.10. Web safe color of #9de692 is #99ff99. Color #9de692 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10011101 11100110 10010010
Octal 235 346 222
Decimal 157 230 146
Hex 9D E6 92

RGB Percentages of Color #9de692

%29.46
%43.15
%27.39

CMYK Percentages of Color #9de692

%32
%0
%37
%10

Triadic Colors of #9de692

#9de692 #929de6 #e6929d

Analogous Colors of #9de692

#9de692 #92e6b1 #c7e692

Monochromatic Colors of #9de692

#9de692

Complementary Color

#9de692 #db92e6

#9de692 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9de692 Color Preview on White Background

Lorem ipsum dolor sit amet.

#9de692 Color CSS Codes

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

#9de692 Text Font Color

<p style="color:#9de692">Text here</p>

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


#9de692 Background Color

<div style="background-color:#9de692">
Div content here</div>

This div background color is #9de692


#9de692 Border Color

<div style="border:3px solid #9de692">
Div here</div>

This div border color is #9de692


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(157,230,146, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #9de692; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #9de692;
  -webkit-box-shadow: 1px 1px 3px 2px #9de692;
  box-shadow:         1px 1px 3px 2px #9de692; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9de692


Comments

No comments written yet.

Please login to write comment.