Color Hex Logo

#9ddadf Color Hex

#9DDADF
(157,218,223)
0 Favorites   0 Comments

Color spaces of #9ddadf

RGB 157218223
HSL0.510.510.75
HSV185°30°87°
CMYK 0.300.020.00   0.13
XYZ52.295362.638679.1462
Yxy62.63860.26950.3227
Hunter Lab79.1446-20.5579-3.8900
CIE-Lab83.2519-18.0983-8.7024

#9ddadf color RGB value is (157,218,223).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10011101 11011010 11011111
Octal 235 332 337
Decimal 157 218 223
Hex 9D DA DF

RGB Percentages of Color #9ddadf

%26.25
%36.45
%37.29

CMYK Percentages of Color #9ddadf

%30
%2
%0
%13

Triadic Colors of #9ddadf

#9ddadf #df9dda #dadf9d

Analogous Colors of #9ddadf

#9ddadf #9db9df #9ddfc3

Monochromatic Colors of #9ddadf

#9ddadf

Complementary Color

#9ddadf #dfa29d

#9ddadf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9ddadf Color Preview on White Background

Lorem ipsum dolor sit amet.

#9ddadf Color CSS Codes

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

#9ddadf Text Font Color

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

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


#9ddadf Background Color

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

This div background color is #9ddadf


#9ddadf Border Color

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

This div border color is #9ddadf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9ddadf


Comments

No comments written yet.

Please login to write comment.