Color Hex Logo

#abeddc Color Hex

#ABEDDC
(171,237,220)
0 Favorites   0 Comments

Color spaces of #abeddc

RGB 171237220
HSL0.460.650.80
HSV165°28°93°
CMYK 0.280.000.07   0.07
XYZ59.997074.393678.9074
Yxy74.39360.28130.3488
Hunter Lab86.2517-26.77536.1347
CIE-Lab89.1082-24.14161.5757

#abeddc color RGB value is (171,237,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101011 11101101 11011100
Octal 253 355 334
Decimal 171 237 220
Hex AB ED DC

RGB Percentages of Color #abeddc

%27.23
%37.74
%35.03

CMYK Percentages of Color #abeddc

%28
%0
%7
%7

Triadic Colors of #abeddc

#abeddc #dcabed #eddcab

Analogous Colors of #abeddc

#abeddc #abdded #abedbb

Monochromatic Colors of #abeddc

#abeddc

Complementary Color

#abeddc #edabbc

#abeddc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abeddc Color Preview on White Background

Lorem ipsum dolor sit amet.

#abeddc Color CSS Codes

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

#abeddc Text Font Color

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

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


#abeddc Background Color

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

This div background color is #abeddc


#abeddc Border Color

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

This div border color is #abeddc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abeddc


Comments

No comments written yet.

Please login to write comment.