Color Hex Logo

#abdeec Color Hex

#ABDEEC
(171,222,236)
0 Favorites   0 Comments

Color spaces of #abdeec

RGB 171222236
HSL0.540.630.80
HSV193°28°93°
CMYK 0.280.060.00   0.07
XYZ58.056266.956689.2209
Yxy66.95660.27100.3125
Hunter Lab81.8270-16.5517-7.3685
CIE-Lab85.4820-13.1873-12.1849

#abdeec color RGB value is (171,222,236).

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

The process color (four color CMYK) of #abdeec color hex is 0.28, 0.06, 0.00, 0.07. Web safe color of #abdeec is #99ccff. Color #abdeec contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 11011110 11101100
Octal 253 336 354
Decimal 171 222 236
Hex AB DE EC

RGB Percentages of Color #abdeec

%27.19
%35.29
%37.52

CMYK Percentages of Color #abdeec

%28
%6
%0
%7

Triadic Colors of #abdeec

#abdeec #ecabde #deecab

Analogous Colors of #abdeec

#abdeec #abbeec #abecda

Monochromatic Colors of #abdeec

#abdeec

Complementary Color

#abdeec #ecb9ab

#abdeec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abdeec Color Preview on White Background

Lorem ipsum dolor sit amet.

#abdeec Color CSS Codes

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

#abdeec Text Font Color

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

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


#abdeec Background Color

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

This div background color is #abdeec


#abdeec Border Color

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

This div border color is #abdeec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abdeec


Comments

No comments written yet.

Please login to write comment.