Color Hex Logo

#9ddfcb Color Hex

#9DDFCB
(157,223,203)
0 Favorites   0 Comments

Color spaces of #9ddfcb

RGB 157223203
HSL0.450.510.75
HSV162°30°87°
CMYK 0.300.000.09   0.13
XYZ51.071864.255266.2106
Yxy64.25520.28130.3539
Hunter Lab80.1593-26.55147.1388
CIE-Lab84.0985-24.96793.1423

#9ddfcb color RGB value is (157,223,203).

#9ddfcb hex color red value is 157, green value is 223 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #9ddfcb hue: 0.45 , saturation: 0.51 and the lightness value of 9ddfcb is 0.75.

The process color (four color CMYK) of #9ddfcb color hex is 0.30, 0.00, 0.09, 0.13. Web safe color of #9ddfcb is #99cccc. Color #9ddfcb contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10011101 11011111 11001011
Octal 235 337 313
Decimal 157 223 203
Hex 9D DF CB

RGB Percentages of Color #9ddfcb

%26.93
%38.25
%34.82

CMYK Percentages of Color #9ddfcb

%30
%0
%9
%13

Triadic Colors of #9ddfcb

#9ddfcb #cb9ddf #dfcb9d

Analogous Colors of #9ddfcb

#9ddfcb #9dd2df #9ddfaa

Monochromatic Colors of #9ddfcb

#9ddfcb

Complementary Color

#9ddfcb #df9db1

#9ddfcb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9ddfcb Color Preview on White Background

Lorem ipsum dolor sit amet.

#9ddfcb Color CSS Codes

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

#9ddfcb Text Font Color

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

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


#9ddfcb Background Color

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

This div background color is #9ddfcb


#9ddfcb Border Color

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

This div border color is #9ddfcb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9ddfcb


Comments

No comments written yet.

Please login to write comment.