Color Hex Logo

#9baeca Color Hex

#9BAECA
(155,174,202)
0 Favorites   0 Comments

Color spaces of #9baeca

RGB 155174202
HSL0.600.310.70
HSV216°23°79°
CMYK 0.230.140.00   0.21
XYZ39.314341.504961.8163
Yxy41.50490.27560.2910
Hunter Lab64.4243-3.8146-11.7928
CIE-Lab70.5282-0.4255-16.4200

#9baeca color RGB value is (155,174,202).

#9baeca hex color red value is 155, green value is 174 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #9baeca hue: 0.60 , saturation: 0.31 and the lightness value of 9baeca is 0.70.

The process color (four color CMYK) of #9baeca color hex is 0.23, 0.14, 0.00, 0.21. Web safe color of #9baeca is #9999cc. Color #9baeca contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10011011 10101110 11001010
Octal 233 256 312
Decimal 155 174 202
Hex 9B AE CA

RGB Percentages of Color #9baeca

%29.19
%32.77
%38.04

CMYK Percentages of Color #9baeca

%23
%14
%0
%21

Triadic Colors of #9baeca

#9baeca #ca9bae #aeca9b

Analogous Colors of #9baeca

#9baeca #a09bca #9bc6ca

Monochromatic Colors of #9baeca

#9baeca

Complementary Color

#9baeca #cab79b

#9baeca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9baeca Color Preview on White Background

Lorem ipsum dolor sit amet.

#9baeca Color CSS Codes

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

#9baeca Text Font Color

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

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


#9baeca Background Color

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

This div background color is #9baeca


#9baeca Border Color

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

This div border color is #9baeca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9baeca


Comments

No comments written yet.

Please login to write comment.