Color Hex Logo

#9edbfa Color Hex

#9EDBFA
(158,219,250)
0 Favorites   0 Comments

Color spaces of #9edbfa

RGB 158219250
HSL0.560.900.80
HSV200°37°98°
CMYK 0.370.120.00   0.02
XYZ56.687464.834399.9690
Yxy64.83430.25590.2927
Hunter Lab80.5197-15.2422-17.2475
CIE-Lab84.3983-11.8766-21.2856

#9edbfa color RGB value is (158,219,250).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10011110 11011011 11111010
Octal 236 333 372
Decimal 158 219 250
Hex 9E DB FA

RGB Percentages of Color #9edbfa

%25.20
%34.93
%39.87

CMYK Percentages of Color #9edbfa

%37
%12
%0
%2

Triadic Colors of #9edbfa

#9edbfa #fa9edb #dbfa9e

Analogous Colors of #9edbfa

#9edbfa #9eadfa #9efaeb

Monochromatic Colors of #9edbfa

#9edbfa

Complementary Color

#9edbfa #fabd9e

#9edbfa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9edbfa Color Preview on White Background

Lorem ipsum dolor sit amet.

#9edbfa Color CSS Codes

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

#9edbfa Text Font Color

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

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


#9edbfa Background Color

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

This div background color is #9edbfa


#9edbfa Border Color

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

This div border color is #9edbfa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9edbfa


Comments

No comments written yet.

Please login to write comment.