Color Hex Logo

#abceca Color Hex

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

Color spaces of #abceca

RGB 171206202
HSL0.480.260.74
HSV173°17°81°
CMYK 0.170.000.02   0.19
XYZ49.526657.064864.2814
Yxy57.06480.28980.3340
Hunter Lab75.5412-15.16842.4264
CIE-Lab80.2160-12.3748-1.8896

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

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

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

Base Numbers

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

RGB Percentages of Color #abceca

%29.53
%35.58
%34.89

CMYK Percentages of Color #abceca

%17
%0
%2
%19

Triadic Colors of #abceca

#abceca #caabce #cecaab

Analogous Colors of #abceca

#abceca #abc1ce #abceb9

Monochromatic Colors of #abceca

#abceca

Complementary Color

#abceca #ceabaf

#abceca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abceca Color Preview on White Background

Lorem ipsum dolor sit amet.

#abceca Color CSS Codes

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

#abceca Text Font Color

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

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


#abceca Background Color

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

This div background color is #abceca


#abceca Border Color

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

This div border color is #abceca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abceca


Comments

No comments written yet.

Please login to write comment.