Color Hex Logo

#abeace Color Hex

#ABEACE
(171,234,206)
0 Favorites   0 Comments

Color spaces of #abeace

RGB 171234206
HSL0.430.600.79
HSV153°27°92°
CMYK 0.270.000.12   0.08
XYZ57.358071.959869.2591
Yxy71.95980.28880.3624
Hunter Lab84.8291-27.756510.9728
CIE-Lab87.9492-25.52937.2200

#abeace color RGB value is (171,234,206).

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

The process color (four color CMYK) of #abeace color hex is 0.27, 0.00, 0.12, 0.08. Web safe color of #abeace is #99ffcc. Color #abeace contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 11101010 11001110
Octal 253 352 316
Decimal 171 234 206
Hex AB EA CE

RGB Percentages of Color #abeace

%27.99
%38.30
%33.72

CMYK Percentages of Color #abeace

%27
%0
%12
%8

Triadic Colors of #abeace

#abeace #ceabea #eaceab

Analogous Colors of #abeace

#abeace #abe7ea #abeaaf

Monochromatic Colors of #abeace

#abeace

Complementary Color

#abeace #eaabc7

#abeace Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abeace Color Preview on White Background

Lorem ipsum dolor sit amet.

#abeace Color CSS Codes

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

#abeace Text Font Color

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

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


#abeace Background Color

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

This div background color is #abeace


#abeace Border Color

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

This div border color is #abeace


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abeace


Comments

No comments written yet.

Please login to write comment.