Color Hex Logo

#9ddafe Color Hex

#9DDAFE
(157,218,254)
0 Favorites   0 Comments

Color spaces of #9ddafe

RGB 157218254
HSL0.560.980.81
HSV202°38°100°
CMYK 0.380.140.00   0.00
XYZ56.865464.4667103.2121
Yxy64.46670.25320.2871
Hunter Lab80.2912-14.0887-20.0119
CIE-Lab84.2082-10.6171-23.6930

#9ddafe color RGB value is (157,218,254).

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

The process color (four color CMYK) of #9ddafe color hex is 0.38, 0.14, 0.00, 0.00. Web safe color of #9ddafe is #99ccff. Color #9ddafe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10011101 11011010 11111110
Octal 235 332 376
Decimal 157 218 254
Hex 9D DA FE

RGB Percentages of Color #9ddafe

%24.96
%34.66
%40.38

CMYK Percentages of Color #9ddafe

%38
%14
%0
%0

Triadic Colors of #9ddafe

#9ddafe #fe9dda #dafe9d

Analogous Colors of #9ddafe

#9ddafe #9daafe #9dfef2

Monochromatic Colors of #9ddafe

#9ddafe

Complementary Color

#9ddafe #fec19d

#9ddafe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9ddafe Color Preview on White Background

Lorem ipsum dolor sit amet.

#9ddafe Color CSS Codes

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

#9ddafe Text Font Color

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

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


#9ddafe Background Color

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

This div background color is #9ddafe


#9ddafe Border Color

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

This div border color is #9ddafe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9ddafe


Comments

No comments written yet.

Please login to write comment.