Color Hex Logo

#9ddafa Color Hex

#9DDAFA
(157,218,250)
0 Favorites   0 Comments

Color spaces of #9ddafa

RGB 157218250
HSL0.560.900.80
HSV201°37°98°
CMYK 0.370.130.00   0.02
XYZ56.231464.213099.8731
Yxy64.21300.25520.2915
Hunter Lab80.1330-14.9747-17.8025
CIE-Lab84.0765-11.6214-21.7781

#9ddafa color RGB value is (157,218,250).

#9ddafa hex color red value is 157, green value is 218 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #9ddafa hue: 0.56 , saturation: 0.90 and the lightness value of 9ddafa is 0.80.

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

Base Numbers

BaseRedGreenBlue
Binary 10011101 11011010 11111010
Octal 235 332 372
Decimal 157 218 250
Hex 9D DA FA

RGB Percentages of Color #9ddafa

%25.12
%34.88
%40.00

CMYK Percentages of Color #9ddafa

%37
%13
%0
%2

Triadic Colors of #9ddafa

#9ddafa #fa9dda #dafa9d

Analogous Colors of #9ddafa

#9ddafa #9dacfa #9dfaec

Monochromatic Colors of #9ddafa

#9ddafa

Complementary Color

#9ddafa #fabd9d

#9ddafa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9ddafa Color Preview on White Background

Lorem ipsum dolor sit amet.

#9ddafa Color CSS Codes

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

#9ddafa Text Font Color

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

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


#9ddafa Background Color

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

This div background color is #9ddafa


#9ddafa Border Color

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

This div border color is #9ddafa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9ddafa


Comments

No comments written yet.

Please login to write comment.