Color Hex Logo

#abcace Color Hex

#ABCACE
(171,202,206)
0 Favorites   0 Comments

Color spaces of #abcace

RGB 171202206
HSL0.520.260.74
HSV187°17°81°
CMYK 0.170.020.00   0.19
XYZ49.055755.355266.4916
Yxy55.35520.28700.3239
Hunter Lab74.4011-12.5095-0.9062
CIE-Lab79.2454-9.4705-5.4644

#abcace color RGB value is (171,202,206).

#abcace hex color red value is 171, green value is 202 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #abcace hue: 0.52 , saturation: 0.26 and the lightness value of abcace is 0.74.

The process color (four color CMYK) of #abcace color hex is 0.17, 0.02, 0.00, 0.19. Web safe color of #abcace is #99cccc. Color #abcace contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 11001010 11001110
Octal 253 312 316
Decimal 171 202 206
Hex AB CA CE

RGB Percentages of Color #abcace

%29.53
%34.89
%35.58

CMYK Percentages of Color #abcace

%17
%2
%0
%19

Triadic Colors of #abcace

#abcace #ceabca #caceab

Analogous Colors of #abcace

#abcace #abb9ce #abcec1

Monochromatic Colors of #abcace

#abcace

Complementary Color

#abcace #ceafab

#abcace Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abcace Color Preview on White Background

Lorem ipsum dolor sit amet.

#abcace Color CSS Codes

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

#abcace Text Font Color

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

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


#abcace Background Color

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

This div background color is #abcace


#abcace Border Color

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

This div border color is #abcace


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abcace


Comments

No comments written yet.

Please login to write comment.