Color Hex Logo

#abeadf Color Hex

#ABEADF
(171,234,223)
0 Favorites   0 Comments

Color spaces of #abeadf

RGB 171234223
HSL0.470.600.79
HSV170°27°92°
CMYK 0.270.000.05   0.08
XYZ59.536772.831380.7320
Yxy72.83130.27940.3418
Hunter Lab85.3413-24.82013.6511
CIE-Lab88.3672-22.0474-1.0760

#abeadf color RGB value is (171,234,223).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101011 11101010 11011111
Octal 253 352 337
Decimal 171 234 223
Hex AB EA DF

RGB Percentages of Color #abeadf

%27.23
%37.26
%35.51

CMYK Percentages of Color #abeadf

%27
%0
%5
%8

Triadic Colors of #abeadf

#abeadf #dfabea #eadfab

Analogous Colors of #abeadf

#abeadf #abd6ea #abeac0

Monochromatic Colors of #abeadf

#abeadf

Complementary Color

#abeadf #eaabb6

#abeadf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abeadf Color Preview on White Background

Lorem ipsum dolor sit amet.

#abeadf Color CSS Codes

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

#abeadf Text Font Color

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

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


#abeadf Background Color

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

This div background color is #abeadf


#abeadf Border Color

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

This div border color is #abeadf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abeadf

#abeadf Color Palettes


Comments

No comments written yet.

Please login to write comment.