Color Hex Logo

#abeedb Color Hex

#ABEEDB
(171,238,219)
0 Favorites   0 Comments

Color spaces of #abeedb

RGB 171238219
HSL0.450.660.80
HSV163°28°93°
CMYK 0.280.000.08   0.07
XYZ60.155374.921578.3086
Yxy74.92150.28190.3511
Hunter Lab86.5572-27.42176.9502
CIE-Lab89.3562-24.83382.4589

#abeedb color RGB value is (171,238,219).

#abeedb hex color red value is 171, green value is 238 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #abeedb hue: 0.45 , saturation: 0.66 and the lightness value of abeedb is 0.80.

The process color (four color CMYK) of #abeedb color hex is 0.28, 0.00, 0.08, 0.07. Web safe color of #abeedb is #99ffcc. Color #abeedb contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 11101110 11011011
Octal 253 356 333
Decimal 171 238 219
Hex AB EE DB

RGB Percentages of Color #abeedb

%27.23
%37.90
%34.87

CMYK Percentages of Color #abeedb

%28
%0
%8
%7

Triadic Colors of #abeedb

#abeedb #dbabee #eedbab

Analogous Colors of #abeedb

#abeedb #abe0ee #abeeba

Monochromatic Colors of #abeedb

#abeedb

Complementary Color

#abeedb #eeabbe

#abeedb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abeedb Color Preview on White Background

Lorem ipsum dolor sit amet.

#abeedb Color CSS Codes

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

#abeedb Text Font Color

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

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


#abeedb Background Color

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

This div background color is #abeedb


#abeedb Border Color

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

This div border color is #abeedb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abeedb


Comments

No comments written yet.

Please login to write comment.