Color Hex Logo

#9dfebc Color Hex

#9DFEBC
(157,254,188)
0 Favorites   0 Comments

Color spaces of #9dfebc

RGB 157254188
HSL0.390.980.81
HSV139°38°100°
CMYK 0.380.000.26   0.00
XYZ58.423581.682660.2640
Yxy81.68260.29160.4077
Hunter Lab90.3784-42.774123.7305
CIE-Lab92.4346-42.262522.7476

#9dfebc color RGB value is (157,254,188).

#9dfebc hex color red value is 157, green value is 254 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #9dfebc hue: 0.39 , saturation: 0.98 and the lightness value of 9dfebc is 0.81.

The process color (four color CMYK) of #9dfebc color hex is 0.38, 0.00, 0.26, 0.00. Web safe color of #9dfebc is #99ffcc. Color #9dfebc contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10011101 11111110 10111100
Octal 235 376 274
Decimal 157 254 188
Hex 9D FE BC

RGB Percentages of Color #9dfebc

%26.21
%42.40
%31.39

CMYK Percentages of Color #9dfebc

%38
%0
%26
%0

Triadic Colors of #9dfebc

#9dfebc #bc9dfe #febc9d

Analogous Colors of #9dfebc

#9dfebc #9dfeed #affe9d

Monochromatic Colors of #9dfebc

#9dfebc

Complementary Color

#9dfebc #fe9ddf

#9dfebc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9dfebc Color Preview on White Background

Lorem ipsum dolor sit amet.

#9dfebc Color CSS Codes

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

#9dfebc Text Font Color

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

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


#9dfebc Background Color

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

This div background color is #9dfebc


#9dfebc Border Color

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

This div border color is #9dfebc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9dfebc


Comments

No comments written yet.

Please login to write comment.