Color Hex Logo

#abeedc Color Hex

#ABEEDC
(171,238,220)
0 Favorites   0 Comments

Color spaces of #abeedc

RGB 171238220
HSL0.460.660.80
HSV164°28°93°
CMYK 0.280.000.08   0.07
XYZ60.287474.974379.0042
Yxy74.97430.28140.3499
Hunter Lab86.5877-27.24646.5141
CIE-Lab89.3810-24.62651.9726

#abeedc color RGB value is (171,238,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101011 11101110 11011100
Octal 253 356 334
Decimal 171 238 220
Hex AB EE DC

RGB Percentages of Color #abeedc

%27.19
%37.84
%34.98

CMYK Percentages of Color #abeedc

%28
%0
%8
%7

Triadic Colors of #abeedc

#abeedc #dcabee #eedcab

Analogous Colors of #abeedc

#abeedc #abdfee #abeebb

Monochromatic Colors of #abeedc

#abeedc

Complementary Color

#abeedc #eeabbd

#abeedc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abeedc Color Preview on White Background

Lorem ipsum dolor sit amet.

#abeedc Color CSS Codes

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

#abeedc Text Font Color

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

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


#abeedc Background Color

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

This div background color is #abeedc


#abeedc Border Color

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

This div border color is #abeedc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abeedc


Comments

No comments written yet.

Please login to write comment.