Color Hex Logo

#abe3ce Color Hex

#ABE3CE
(171,227,206)
0 Favorites   0 Comments

Color spaces of #abe3ce

RGB 171227206
HSL0.440.500.78
HSV158°25°89°
CMYK 0.250.000.09   0.11
XYZ55.404268.052368.6078
Yxy68.05230.28850.3543
Hunter Lab82.4938-24.48078.4358
CIE-Lab86.0326-22.12104.4563

#abe3ce color RGB value is (171,227,206).

#abe3ce hex color red value is 171, green value is 227 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #abe3ce hue: 0.44 , saturation: 0.50 and the lightness value of abe3ce is 0.78.

The process color (four color CMYK) of #abe3ce color hex is 0.25, 0.00, 0.09, 0.11. Web safe color of #abe3ce is #99cccc. Color #abe3ce contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 11100011 11001110
Octal 253 343 316
Decimal 171 227 206
Hex AB E3 CE

RGB Percentages of Color #abe3ce

%28.31
%37.58
%34.11

CMYK Percentages of Color #abe3ce

%25
%0
%9
%11

Triadic Colors of #abe3ce

#abe3ce #ceabe3 #e3ceab

Analogous Colors of #abe3ce

#abe3ce #abdce3 #abe3b2

Monochromatic Colors of #abe3ce

#abe3ce

Complementary Color

#abe3ce #e3abc0

#abe3ce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abe3ce Color Preview on White Background

Lorem ipsum dolor sit amet.

#abe3ce Color CSS Codes

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

#abe3ce Text Font Color

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

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


#abe3ce Background Color

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

This div background color is #abe3ce


#abe3ce Border Color

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

This div border color is #abe3ce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abe3ce

#abe3ce Color Palettes


Comments

No comments written yet.

Please login to write comment.