Color Hex Logo

#abedda Color Hex

#ABEDDA
(171,237,218)
0 Favorites   0 Comments

Color spaces of #abedda

RGB 171237218
HSL0.450.650.80
HSV163°28°93°
CMYK 0.280.000.08   0.07
XYZ59.733774.288377.5204
Yxy74.28830.28240.3512
Hunter Lab86.1907-27.12587.0077
CIE-Lab89.0586-24.55612.5490

#abedda color RGB value is (171,237,218).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101011 11101101 11011010
Octal 253 355 332
Decimal 171 237 218
Hex AB ED DA

RGB Percentages of Color #abedda

%27.32
%37.86
%34.82

CMYK Percentages of Color #abedda

%28
%0
%8
%7

Triadic Colors of #abedda

#abedda #daabed #eddaab

Analogous Colors of #abedda

#abedda #abdfed #abedb9

Monochromatic Colors of #abedda

#abedda

Complementary Color

#abedda #edabbe

#abedda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abedda Color Preview on White Background

Lorem ipsum dolor sit amet.

#abedda Color CSS Codes

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

#abedda Text Font Color

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

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


#abedda Background Color

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

This div background color is #abedda


#abedda Border Color

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

This div border color is #abedda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abedda


Comments

No comments written yet.

Please login to write comment.