Color Hex Logo

#abeacf Color Hex

#ABEACF
(171,234,207)
0 Favorites   0 Comments

Color spaces of #abeacf

RGB 171234207
HSL0.430.600.79
HSV154°27°92°
CMYK 0.270.000.12   0.08
XYZ57.479972.008669.9010
Yxy72.00860.28830.3611
Hunter Lab84.8579-27.591310.5609
CIE-Lab87.9727-25.33156.7308

#abeacf color RGB value is (171,234,207).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101011 11101010 11001111
Octal 253 352 317
Decimal 171 234 207
Hex AB EA CF

RGB Percentages of Color #abeacf

%27.94
%38.24
%33.82

CMYK Percentages of Color #abeacf

%27
%0
%12
%8

Triadic Colors of #abeacf

#abeacf #cfabea #eacfab

Analogous Colors of #abeacf

#abeacf #abe6ea #abeab0

Monochromatic Colors of #abeacf

#abeacf

Complementary Color

#abeacf #eaabc6

#abeacf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abeacf Color Preview on White Background

Lorem ipsum dolor sit amet.

#abeacf Color CSS Codes

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

#abeacf Text Font Color

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

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


#abeacf Background Color

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

This div background color is #abeacf


#abeacf Border Color

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

This div border color is #abeacf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abeacf


Comments

No comments written yet.

Please login to write comment.