Color Hex Logo

#9baede Color Hex

#9BAEDE
(155,174,222)
0 Favorites   0 Comments

Color spaces of #9baede

RGB 155174222
HSL0.620.500.74
HSV223°30°87°
CMYK 0.300.220.00   0.13
XYZ41.838442.514675.1083
Yxy42.51460.26240.2666
Hunter Lab65.20320.4310-22.6545
CIE-Lab71.22434.3823-26.3280

#9baede color RGB value is (155,174,222).

#9baede hex color red value is 155, green value is 174 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #9baede hue: 0.62 , saturation: 0.50 and the lightness value of 9baede is 0.74.

The process color (four color CMYK) of #9baede color hex is 0.30, 0.22, 0.00, 0.13. Web safe color of #9baede is #9999cc. Color #9baede contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10011011 10101110 11011110
Octal 233 256 336
Decimal 155 174 222
Hex 9B AE DE

RGB Percentages of Color #9baede

%28.13
%31.58
%40.29

CMYK Percentages of Color #9baede

%30
%22
%0
%13

Triadic Colors of #9baede

#9baede #de9bae #aede9b

Analogous Colors of #9baede

#9baede #aa9bde #9bd0de

Monochromatic Colors of #9baede

#9baede

Complementary Color

#9baede #decb9b

#9baede Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9baede Color Preview on White Background

Lorem ipsum dolor sit amet.

#9baede Color CSS Codes

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

#9baede Text Font Color

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

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


#9baede Background Color

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

This div background color is #9baede


#9baede Border Color

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

This div border color is #9baede


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(155,174,222, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #9baede; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #9baede;
  -webkit-box-shadow: 1px 1px 3px 2px #9baede;
  box-shadow:         1px 1px 3px 2px #9baede; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(155,174,222, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9baede


Comments

No comments written yet.

Please login to write comment.