Color Hex Logo

#99accb Color Hex

#99ACCB
(153,172,203)
0 Favorites   0 Comments

Color spaces of #99accb

RGB 153172203
HSL0.600.320.70
HSV217°25°80°
CMYK 0.250.150.00   0.20
XYZ38.668940.589162.2963
Yxy40.58910.27320.2867
Hunter Lab63.7096-3.1501-13.3781
CIE-Lab69.88710.2882-17.9530

#99accb color RGB value is (153,172,203).

#99accb hex color red value is 153, green value is 172 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #99accb hue: 0.60 , saturation: 0.32 and the lightness value of 99accb is 0.70.

The process color (four color CMYK) of #99accb color hex is 0.25, 0.15, 0.00, 0.20. Web safe color of #99accb is #9999cc. Color #99accb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10011001 10101100 11001011
Octal 231 254 313
Decimal 153 172 203
Hex 99 AC CB

RGB Percentages of Color #99accb

%28.98
%32.58
%38.45

CMYK Percentages of Color #99accb

%25
%15
%0
%20

Triadic Colors of #99accb

#99accb #cb99ac #accb99

Analogous Colors of #99accb

#99accb #9f99cb #99c5cb

Monochromatic Colors of #99accb

#99accb

Complementary Color

#99accb #cbb899

#99accb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#99accb Color Preview on White Background

Lorem ipsum dolor sit amet.

#99accb Color CSS Codes

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

#99accb Text Font Color

<p style="color:#99accb">Text here</p>

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


#99accb Background Color

<div style="background-color:#99accb">
Div content here</div>

This div background color is #99accb


#99accb Border Color

<div style="border:3px solid #99accb">
Div here</div>

This div border color is #99accb


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(153,172,203, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #99accb; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #99accb;
  -webkit-box-shadow: 1px 1px 3px 2px #99accb;
  box-shadow:         1px 1px 3px 2px #99accb; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(153,172,203, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #99accb


Comments

No comments written yet.

Please login to write comment.