Color Hex Logo

#abc9ca Color Hex

#ABC9CA
(171,201,202)
0 Favorites   0 Comments

Color spaces of #abc9ca

RGB 171201202
HSL0.510.230.73
HSV182°15°79°
CMYK 0.150.000.00   0.21
XYZ48.341954.695563.8865
Yxy54.69550.28960.3277
Hunter Lab73.9564-12.74650.5524
CIE-Lab78.8655-9.7879-3.8737

#abc9ca color RGB value is (171,201,202).

#abc9ca hex color red value is 171, green value is 201 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #abc9ca hue: 0.51 , saturation: 0.23 and the lightness value of abc9ca is 0.73.

The process color (four color CMYK) of #abc9ca color hex is 0.15, 0.00, 0.00, 0.21. Web safe color of #abc9ca is #99cccc. Color #abc9ca contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 11001001 11001010
Octal 253 311 312
Decimal 171 201 202
Hex AB C9 CA

RGB Percentages of Color #abc9ca

%29.79
%35.02
%35.19

CMYK Percentages of Color #abc9ca

%15
%0
%0
%21

Triadic Colors of #abc9ca

#abc9ca #caabc9 #c9caab

Analogous Colors of #abc9ca

#abc9ca #abbaca #abcabc

Monochromatic Colors of #abc9ca

#abc9ca

Complementary Color

#abc9ca #caacab

#abc9ca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abc9ca Color Preview on White Background

Lorem ipsum dolor sit amet.

#abc9ca Color CSS Codes

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

#abc9ca Text Font Color

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

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


#abc9ca Background Color

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

This div background color is #abc9ca


#abc9ca Border Color

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

This div border color is #abc9ca


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(171,201,202, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #abc9ca; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #abc9ca;
  -webkit-box-shadow: 1px 1px 3px 2px #abc9ca;
  box-shadow:         1px 1px 3px 2px #abc9ca; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(171,201,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 #abc9ca">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abc9ca


Comments

No comments written yet.

Please login to write comment.