Color Hex Logo

#abc4ca Color Hex

#ABC4CA
(171,196,202)
0 Favorites   0 Comments

Color spaces of #abc4ca

RGB 171196202
HSL0.530.230.73
HSV192°15°79°
CMYK 0.150.030.00   0.21
XYZ47.195252.402163.5043
Yxy52.40210.28940.3213
Hunter Lab72.3893-10.3057-1.3403
CIE-Lab77.5207-7.1720-5.8580

#abc4ca color RGB value is (171,196,202).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101011 11000100 11001010
Octal 253 304 312
Decimal 171 196 202
Hex AB C4 CA

RGB Percentages of Color #abc4ca

%30.05
%34.45
%35.50

CMYK Percentages of Color #abc4ca

%15
%3
%0
%21

Triadic Colors of #abc4ca

#abc4ca #caabc4 #c4caab

Analogous Colors of #abc4ca

#abc4ca #abb5ca #abcac1

Monochromatic Colors of #abc4ca

#abc4ca

Complementary Color

#abc4ca #cab1ab

#abc4ca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abc4ca Color Preview on White Background

Lorem ipsum dolor sit amet.

#abc4ca Color CSS Codes

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

#abc4ca Text Font Color

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

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


#abc4ca Background Color

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

This div background color is #abc4ca


#abc4ca Border Color

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

This div border color is #abc4ca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abc4ca


Comments

No comments written yet.

Please login to write comment.