Color Hex Logo

#9debfa Color Hex

#9DEBFA
(157,235,250)
0 Favorites   0 Comments

Color spaces of #9debfa

RGB 157235250
HSL0.530.900.80
HSV190°37°98°
CMYK 0.370.060.00   0.02
XYZ60.868373.4869101.4188
Yxy73.48690.25820.3117
Hunter Lab85.7245-23.2747-10.1376
CIE-Lab88.6794-20.2272-14.8395

#9debfa color RGB value is (157,235,250).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10011101 11101011 11111010
Octal 235 353 372
Decimal 157 235 250
Hex 9D EB FA

RGB Percentages of Color #9debfa

%24.45
%36.60
%38.94

CMYK Percentages of Color #9debfa

%37
%6
%0
%2

Triadic Colors of #9debfa

#9debfa #fa9deb #ebfa9d

Analogous Colors of #9debfa

#9debfa #9dbdfa #9dfadb

Monochromatic Colors of #9debfa

#9debfa

Complementary Color

#9debfa #faac9d

#9debfa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9debfa Color Preview on White Background

Lorem ipsum dolor sit amet.

#9debfa Color CSS Codes

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

#9debfa Text Font Color

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

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


#9debfa Background Color

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

This div background color is #9debfa


#9debfa Border Color

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

This div border color is #9debfa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9debfa


Comments

No comments written yet.

Please login to write comment.