Color Hex Logo

#9dcffa Color Hex

#9DCFFA
(157,207,250)
0 Favorites   0 Comments

Color spaces of #9dcffa

RGB 157207250
HSL0.580.900.80
HSV208°37°98°
CMYK 0.370.170.00   0.02
XYZ53.472858.695998.9536
Yxy58.69590.25330.2780
Hunter Lab76.6132-9.4878-22.9496
CIE-Lab81.1242-5.8749-26.2702

#9dcffa color RGB value is (157,207,250).

#9dcffa hex color red value is 157, green value is 207 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #9dcffa hue: 0.58 , saturation: 0.90 and the lightness value of 9dcffa is 0.80.

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

Base Numbers

BaseRedGreenBlue
Binary 10011101 11001111 11111010
Octal 235 317 372
Decimal 157 207 250
Hex 9D CF FA

RGB Percentages of Color #9dcffa

%25.57
%33.71
%40.72

CMYK Percentages of Color #9dcffa

%37
%17
%0
%2

Triadic Colors of #9dcffa

#9dcffa #fa9dcf #cffa9d

Analogous Colors of #9dcffa

#9dcffa #9da1fa #9dfaf7

Monochromatic Colors of #9dcffa

#9dcffa

Complementary Color

#9dcffa #fac89d

#9dcffa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9dcffa Color Preview on White Background

Lorem ipsum dolor sit amet.

#9dcffa Color CSS Codes

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

#9dcffa Text Font Color

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

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


#9dcffa Background Color

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

This div background color is #9dcffa


#9dcffa Border Color

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

This div border color is #9dcffa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9dcffa


Comments

No comments written yet.

Please login to write comment.