Color Hex Logo

#9ebcda Color Hex

#9EBCDA
(158,188,218)
0 Favorites   0 Comments

Color spaces of #9ebcda

RGB 158188218
HSL0.580.450.74
HSV210°28°85°
CMYK 0.280.140.00   0.15
XYZ44.738748.297573.2940
Yxy48.29750.26900.2904
Hunter Lab69.4964-6.7083-13.8824
CIE-Lab75.0122-3.3518-18.3626

#9ebcda color RGB value is (158,188,218).

#9ebcda hex color red value is 158, green value is 188 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #9ebcda hue: 0.58 , saturation: 0.45 and the lightness value of 9ebcda is 0.74.

The process color (four color CMYK) of #9ebcda color hex is 0.28, 0.14, 0.00, 0.15. Web safe color of #9ebcda is #99cccc. Color #9ebcda contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10011110 10111100 11011010
Octal 236 274 332
Decimal 158 188 218
Hex 9E BC DA

RGB Percentages of Color #9ebcda

%28.01
%33.33
%38.65

CMYK Percentages of Color #9ebcda

%28
%14
%0
%15

Triadic Colors of #9ebcda

#9ebcda #da9ebc #bcda9e

Analogous Colors of #9ebcda

#9ebcda #9e9eda #9edada

Monochromatic Colors of #9ebcda

#9ebcda

Complementary Color

#9ebcda #dabc9e

#9ebcda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9ebcda Color Preview on White Background

Lorem ipsum dolor sit amet.

#9ebcda Color CSS Codes

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

#9ebcda Text Font Color

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

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


#9ebcda Background Color

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

This div background color is #9ebcda


#9ebcda Border Color

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

This div border color is #9ebcda


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(158,188,218, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9ebcda


Comments

No comments written yet.

Please login to write comment.