Color Hex Logo

#abeadb Color Hex

#ABEADB
(171,234,219)
0 Favorites   0 Comments

Color spaces of #abeadb

RGB 171234219
HSL0.460.600.79
HSV166°27°92°
CMYK 0.270.000.06   0.08
XYZ59.003672.618077.9247
Yxy72.61800.28160.3465
Hunter Lab85.2162-25.53515.4345
CIE-Lab88.2652-22.88860.8712

#abeadb color RGB value is (171,234,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101011 11101010 11011011
Octal 253 352 333
Decimal 171 234 219
Hex AB EA DB

RGB Percentages of Color #abeadb

%27.40
%37.50
%35.10

CMYK Percentages of Color #abeadb

%27
%0
%6
%8

Triadic Colors of #abeadb

#abeadb #dbabea #eadbab

Analogous Colors of #abeadb

#abeadb #abdaea #abeabc

Monochromatic Colors of #abeadb

#abeadb

Complementary Color

#abeadb #eaabba

#abeadb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abeadb Color Preview on White Background

Lorem ipsum dolor sit amet.

#abeadb Color CSS Codes

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

#abeadb Text Font Color

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

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


#abeadb Background Color

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

This div background color is #abeadb


#abeadb Border Color

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

This div border color is #abeadb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abeadb


Comments

No comments written yet.

Please login to write comment.