Color Hex Logo

#abe6cd Color Hex

#ABE6CD
(171,230,205)
0 Favorites   0 Comments

Color spaces of #abe6cd

RGB 171230205
HSL0.430.540.79
HSV155°26°90°
CMYK 0.260.000.11   0.10
XYZ56.110869.659368.2458
Yxy69.65930.28920.3590
Hunter Lab83.4621-26.05499.9429
CIE-Lab86.8295-23.78786.1324

#abe6cd color RGB value is (171,230,205).

#abe6cd hex color red value is 171, green value is 230 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #abe6cd hue: 0.43 , saturation: 0.54 and the lightness value of abe6cd is 0.79.

The process color (four color CMYK) of #abe6cd color hex is 0.26, 0.00, 0.11, 0.10. Web safe color of #abe6cd is #99ffcc. Color #abe6cd contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 11100110 11001101
Octal 253 346 315
Decimal 171 230 205
Hex AB E6 CD

RGB Percentages of Color #abe6cd

%28.22
%37.95
%33.83

CMYK Percentages of Color #abe6cd

%26
%0
%11
%10

Triadic Colors of #abe6cd

#abe6cd #cdabe6 #e6cdab

Analogous Colors of #abe6cd

#abe6cd #abe2e6 #abe6b0

Monochromatic Colors of #abe6cd

#abe6cd

Complementary Color

#abe6cd #e6abc4

#abe6cd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abe6cd Color Preview on White Background

Lorem ipsum dolor sit amet.

#abe6cd Color CSS Codes

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

#abe6cd Text Font Color

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

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


#abe6cd Background Color

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

This div background color is #abe6cd


#abe6cd Border Color

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

This div border color is #abe6cd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abe6cd

#abe6cd Color Palettes


Comments

No comments written yet.

Please login to write comment.