Color Hex Logo

#abecdc Color Hex

#ABECDC
(171,236,220)
0 Favorites   0 Comments

Color spaces of #abecdc

RGB 171236220
HSL0.460.630.80
HSV165°28°93°
CMYK 0.280.000.07   0.07
XYZ59.708373.816178.8111
Yxy73.81610.28120.3476
Hunter Lab85.9163-26.30335.7546
CIE-Lab88.8355-23.65531.1787

#abecdc color RGB value is (171,236,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101011 11101100 11011100
Octal 253 354 334
Decimal 171 236 220
Hex AB EC DC

RGB Percentages of Color #abecdc

%27.27
%37.64
%35.09

CMYK Percentages of Color #abecdc

%28
%0
%7
%7

Triadic Colors of #abecdc

#abecdc #dcabec #ecdcab

Analogous Colors of #abecdc

#abecdc #abdcec #abecbc

Monochromatic Colors of #abecdc

#abecdc

Complementary Color

#abecdc #ecabbb

#abecdc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abecdc Color Preview on White Background

Lorem ipsum dolor sit amet.

#abecdc Color CSS Codes

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

#abecdc Text Font Color

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

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


#abecdc Background Color

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

This div background color is #abecdc


#abecdc Border Color

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

This div border color is #abecdc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abecdc


Comments

No comments written yet.

Please login to write comment.