Color Hex Logo

#9dce2f Color Hex

#9DCE2F
(157,206,47)
0 Favorites   0 Comments

Color spaces of #9dce2f

RGB 15720647
HSL0.220.630.50
HSV78°77°81°
CMYK 0.240.000.77   0.19
XYZ36.489051.515910.7097
Yxy51.51590.36960.5219
Hunter Lab71.7746-34.859141.3954
CIE-Lab76.9905-37.426968.0070

#9dce2f color RGB value is (157,206,47).

#9dce2f hex color red value is 157, green value is 206 and the blue value of its RGB is 47. Cylindrical-coordinate representations (also known as HSL) of color #9dce2f hue: 0.22 , saturation: 0.63 and the lightness value of 9dce2f is 0.50.

The process color (four color CMYK) of #9dce2f color hex is 0.24, 0.00, 0.77, 0.19. Web safe color of #9dce2f is #99cc33. Color #9dce2f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10011101 11001110 00101111
Octal 235 316 57
Decimal 157 206 47
Hex 9D CE 2F

RGB Percentages of Color #9dce2f

%38.29
%50.24
%11.46

CMYK Percentages of Color #9dce2f

%24
%0
%77
%19

Triadic Colors of #9dce2f

#9dce2f #2f9dce #ce2f9d

Analogous Colors of #9dce2f

#9dce2f #4ece2f #ceb02f

Monochromatic Colors of #9dce2f

#9dce2f

Complementary Color

#9dce2f #602fce

#9dce2f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9dce2f Color Preview on White Background

Lorem ipsum dolor sit amet.

#9dce2f Color CSS Codes

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

#9dce2f Text Font Color

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

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


#9dce2f Background Color

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

This div background color is #9dce2f


#9dce2f Border Color

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

This div border color is #9dce2f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9dce2f


Comments

No comments written yet.

Please login to write comment.