Color Hex Logo

#9dccf5 Color Hex

#9DCCF5
(157,204,245)
0 Favorites   0 Comments

Color spaces of #9dccf5

RGB 157204245
HSL0.580.810.79
HSV208°36°96°
CMYK 0.360.170.00   0.04
XYZ51.978956.946494.6384
Yxy56.94640.25530.2797
Hunter Lab75.4628-9.1089-21.5320
CIE-Lab80.1494-5.5538-25.0928

#9dccf5 color RGB value is (157,204,245).

#9dccf5 hex color red value is 157, green value is 204 and the blue value of its RGB is 245. Cylindrical-coordinate representations (also known as HSL) of color #9dccf5 hue: 0.58 , saturation: 0.81 and the lightness value of 9dccf5 is 0.79.

The process color (four color CMYK) of #9dccf5 color hex is 0.36, 0.17, 0.00, 0.04. Web safe color of #9dccf5 is #99ccff. Color #9dccf5 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10011101 11001100 11110101
Octal 235 314 365
Decimal 157 204 245
Hex 9D CC F5

RGB Percentages of Color #9dccf5

%25.91
%33.66
%40.43

CMYK Percentages of Color #9dccf5

%36
%17
%0
%4

Triadic Colors of #9dccf5

#9dccf5 #f59dcc #ccf59d

Analogous Colors of #9dccf5

#9dccf5 #9da0f5 #9df5f2

Monochromatic Colors of #9dccf5

#9dccf5

Complementary Color

#9dccf5 #f5c69d

#9dccf5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9dccf5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#9dccf5 Color CSS Codes

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

#9dccf5 Text Font Color

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

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


#9dccf5 Background Color

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

This div background color is #9dccf5


#9dccf5 Border Color

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

This div border color is #9dccf5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9dccf5


Comments

No comments written yet.

Please login to write comment.