Color Hex Logo

#9ddaff Color Hex

#9DDAFF
(157,218,255)
2 Favorites   0 Comments

Color spaces of #9ddaff

RGB 157218255
HSL0.561.000.81
HSV203°38°100°
CMYK 0.380.150.00   0.00
XYZ57.026064.5309104.0579
Yxy64.53090.25280.2860
Hunter Lab80.3311-13.8647-20.5702
CIE-Lab84.2414-10.3642-24.1709

#9ddaff color RGB value is (157,218,255).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10011101 11011010 11111111
Octal 235 332 377
Decimal 157 218 255
Hex 9D DA FF

RGB Percentages of Color #9ddaff

%24.92
%34.60
%40.48

CMYK Percentages of Color #9ddaff

%38
%15
%0
%0

Triadic Colors of #9ddaff

#9ddaff #ff9dda #daff9d

Analogous Colors of #9ddaff

#9ddaff #9da9ff #9dfff3

Monochromatic Colors of #9ddaff

#9ddaff

Complementary Color

#9ddaff #ffc29d

#9ddaff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9ddaff Color Preview on White Background

Lorem ipsum dolor sit amet.

#9ddaff Color CSS Codes

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

#9ddaff Text Font Color

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

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


#9ddaff Background Color

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

This div background color is #9ddaff


#9ddaff Border Color

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

This div border color is #9ddaff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9ddaff


Comments

No comments written yet.

Please login to write comment.