Color Hex Logo

#9ddcfd Color Hex

#9DDCFD
(157,220,253)
0 Favorites   0 Comments

Color spaces of #9ddcfd

RGB 157220253
HSL0.560.960.80
HSV201°38°99°
CMYK 0.380.130.00   0.01
XYZ57.227465.4463102.5447
Yxy65.44630.25410.2906
Hunter Lab80.8989-15.3032-18.5248
CIE-Lab84.7132-11.9018-22.3979

#9ddcfd color RGB value is (157,220,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10011101 11011100 11111101
Octal 235 334 375
Decimal 157 220 253
Hex 9D DC FD

RGB Percentages of Color #9ddcfd

%24.92
%34.92
%40.16

CMYK Percentages of Color #9ddcfd

%38
%13
%0
%1

Triadic Colors of #9ddcfd

#9ddcfd #fd9ddc #dcfd9d

Analogous Colors of #9ddcfd

#9ddcfd #9dacfd #9dfdee

Monochromatic Colors of #9ddcfd

#9ddcfd

Complementary Color

#9ddcfd #fdbe9d

#9ddcfd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9ddcfd Color Preview on White Background

Lorem ipsum dolor sit amet.

#9ddcfd Color CSS Codes

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

#9ddcfd Text Font Color

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

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


#9ddcfd Background Color

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

This div background color is #9ddcfd


#9ddcfd Border Color

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

This div border color is #9ddcfd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9ddcfd


Comments

No comments written yet.

Please login to write comment.