Color Hex Logo

#9dcafd Color Hex

#9DCAFD
(157,202,253)
0 Favorites   0 Comments

Color spaces of #9dcafd

RGB 157202253
HSL0.590.960.80
HSV212°38°99°
CMYK 0.380.200.00   0.01
XYZ52.754856.5010101.0538
Yxy56.50100.25080.2687
Hunter Lab75.1671-6.2653-27.0918
CIE-Lab79.8981-2.4460-29.7451

#9dcafd color RGB value is (157,202,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10011101 11001010 11111101
Octal 235 312 375
Decimal 157 202 253
Hex 9D CA FD

RGB Percentages of Color #9dcafd

%25.65
%33.01
%41.34

CMYK Percentages of Color #9dcafd

%38
%20
%0
%1

Triadic Colors of #9dcafd

#9dcafd #fd9dca #cafd9d

Analogous Colors of #9dcafd

#9dcafd #a09dfd #9dfafd

Monochromatic Colors of #9dcafd

#9dcafd

Complementary Color

#9dcafd #fdd09d

#9dcafd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9dcafd Color Preview on White Background

Lorem ipsum dolor sit amet.

#9dcafd Color CSS Codes

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

#9dcafd Text Font Color

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

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


#9dcafd Background Color

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

This div background color is #9dcafd


#9dcafd Border Color

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

This div border color is #9dcafd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9dcafd


Comments

No comments written yet.

Please login to write comment.