Color Hex Logo

#9dfced Color Hex

#9DFCED
(157,252,237)
0 Favorites   0 Comments

Color spaces of #9dfced

RGB 157252237
HSL0.470.940.80
HSV171°38°99°
CMYK 0.380.000.06   0.01
XYZ64.001182.903392.7495
Yxy82.90330.26710.3459
Hunter Lab91.0512-33.86973.3400
CIE-Lab92.9721-31.4595-1.7064

#9dfced color RGB value is (157,252,237).

#9dfced hex color red value is 157, green value is 252 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #9dfced hue: 0.47 , saturation: 0.94 and the lightness value of 9dfced is 0.80.

The process color (four color CMYK) of #9dfced color hex is 0.38, 0.00, 0.06, 0.01. Web safe color of #9dfced is #99ffff. Color #9dfced contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10011101 11111100 11101101
Octal 235 374 355
Decimal 157 252 237
Hex 9D FC ED

RGB Percentages of Color #9dfced

%24.30
%39.01
%36.69

CMYK Percentages of Color #9dfced

%38
%0
%6
%1

Triadic Colors of #9dfced

#9dfced #ed9dfc #fced9d

Analogous Colors of #9dfced

#9dfced #9ddcfc #9dfcbe

Monochromatic Colors of #9dfced

#9dfced

Complementary Color

#9dfced #fc9dac

#9dfced Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9dfced Color Preview on White Background

Lorem ipsum dolor sit amet.

#9dfced Color CSS Codes

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

#9dfced Text Font Color

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

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


#9dfced Background Color

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

This div background color is #9dfced


#9dfced Border Color

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

This div border color is #9dfced


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9dfced

Related Colors


Comments

No comments written yet.

Please login to write comment.