Color Hex Logo

#9dcdff Color Hex

#9DCDFF
(157,205,255)
1 Favorites   0 Comments

Color spaces of #9dcdff

RGB 157205255
HSL0.591.000.81
HSV211°38°100°
CMYK 0.380.200.00   0.00
XYZ53.785958.0507102.9778
Yxy58.05070.25040.2702
Hunter Lab76.1910-7.3249-26.8011
CIE-Lab80.7670-3.5312-29.4774

#9dcdff color RGB value is (157,205,255).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10011101 11001101 11111111
Octal 235 315 377
Decimal 157 205 255
Hex 9D CD FF

RGB Percentages of Color #9dcdff

%25.45
%33.23
%41.33

CMYK Percentages of Color #9dcdff

%38
%20
%0
%0

Triadic Colors of #9dcdff

#9dcdff #ff9dcd #cdff9d

Analogous Colors of #9dcdff

#9dcdff #9e9dff #9dfeff

Monochromatic Colors of #9dcdff

#9dcdff

Complementary Color

#9dcdff #ffcf9d

#9dcdff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9dcdff Color Preview on White Background

Lorem ipsum dolor sit amet.

#9dcdff Color CSS Codes

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

#9dcdff Text Font Color

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

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


#9dcdff Background Color

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

This div background color is #9dcdff


#9dcdff Border Color

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

This div border color is #9dcdff


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(157,205,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 #9dcdff">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9dcdff


Comments

No comments written yet.

Please login to write comment.