Color Hex Logo

#abebda Color Hex

#ABEBDA
(171,235,218)
0 Favorites   0 Comments

Color spaces of #abebda

RGB 171235218
HSL0.460.620.80
HSV164°27°92°
CMYK 0.270.000.07   0.08
XYZ59.157873.136577.3285
Yxy73.13650.28220.3489
Hunter Lab85.5199-26.18366.2529
CIE-Lab88.5128-23.58441.7554

#abebda color RGB value is (171,235,218).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101011 11101011 11011010
Octal 253 353 332
Decimal 171 235 218
Hex AB EB DA

RGB Percentages of Color #abebda

%27.40
%37.66
%34.94

CMYK Percentages of Color #abebda

%27
%0
%7
%8

Triadic Colors of #abebda

#abebda #daabeb #ebdaab

Analogous Colors of #abebda

#abebda #abdceb #abebba

Monochromatic Colors of #abebda

#abebda

Complementary Color

#abebda #ebabbc

#abebda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abebda Color Preview on White Background

Lorem ipsum dolor sit amet.

#abebda Color CSS Codes

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

#abebda Text Font Color

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

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


#abebda Background Color

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

This div background color is #abebda


#abebda Border Color

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

This div border color is #abebda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abebda


Comments

No comments written yet.

Please login to write comment.