Color Hex Logo

#abebde Color Hex

#ABEBDE
(171,235,222)
0 Favorites   0 Comments

Color spaces of #abebde

RGB 171235222
HSL0.470.620.80
HSV168°27°92°
CMYK 0.270.000.06   0.08
XYZ59.687773.348580.1190
Yxy73.34850.28000.3441
Hunter Lab85.6437-25.47454.4853
CIE-Lab88.6137-22.7484-0.1917

#abebde color RGB value is (171,235,222).

#abebde hex color red value is 171, green value is 235 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #abebde hue: 0.47 , saturation: 0.62 and the lightness value of abebde is 0.80.

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

Base Numbers

BaseRedGreenBlue
Binary 10101011 11101011 11011110
Octal 253 353 336
Decimal 171 235 222
Hex AB EB DE

RGB Percentages of Color #abebde

%27.23
%37.42
%35.35

CMYK Percentages of Color #abebde

%27
%0
%6
%8

Triadic Colors of #abebde

#abebde #deabeb #ebdeab

Analogous Colors of #abebde

#abebde #abd8eb #abebbe

Monochromatic Colors of #abebde

#abebde

Complementary Color

#abebde #ebabb8

#abebde Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abebde Color Preview on White Background

Lorem ipsum dolor sit amet.

#abebde Color CSS Codes

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

#abebde Text Font Color

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

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


#abebde Background Color

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

This div background color is #abebde


#abebde Border Color

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

This div border color is #abebde


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abebde


Comments

No comments written yet.

Please login to write comment.