Color Hex Logo

#abceae Color Hex

#ABCEAE
(171,206,174)
0 Favorites   0 Comments

Color spaces of #abceae

RGB 171206174
HSL0.350.260.74
HSV125°17°81°
CMYK 0.170.000.16   0.19
XYZ46.505955.856548.3747
Yxy55.85650.30850.3706
Hunter Lab74.7372-19.716913.9398
CIE-Lab79.5321-17.778912.1006

#abceae color RGB value is (171,206,174).

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

The process color (four color CMYK) of #abceae color hex is 0.17, 0.00, 0.16, 0.19. Web safe color of #abceae is #99cc99. Color #abceae contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 11001110 10101110
Octal 253 316 256
Decimal 171 206 174
Hex AB CE AE

RGB Percentages of Color #abceae

%31.03
%37.39
%31.58

CMYK Percentages of Color #abceae

%17
%0
%16
%19

Triadic Colors of #abceae

#abceae #aeabce #ceaeab

Analogous Colors of #abceae

#abceae #abcec0 #baceab

Monochromatic Colors of #abceae

#abceae

Complementary Color

#abceae #ceabcb

#abceae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abceae Color Preview on White Background

Lorem ipsum dolor sit amet.

#abceae Color CSS Codes

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

#abceae Text Font Color

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

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


#abceae Background Color

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

This div background color is #abceae


#abceae Border Color

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

This div border color is #abceae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abceae


Comments

No comments written yet.

Please login to write comment.