Color Hex Logo

#abd9ec Color Hex

#ABD9EC
(171,217,236)
0 Favorites   0 Comments

Color spaces of #abd9ec

RGB 171217236
HSL0.550.630.80
HSV198°28°93°
CMYK 0.280.080.00   0.07
XYZ56.747864.339888.7848
Yxy64.33980.27040.3066
Hunter Lab80.2121-14.0874-9.4782
CIE-Lab84.1424-10.6241-14.1892

#abd9ec color RGB value is (171,217,236).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101011 11011001 11101100
Octal 253 331 354
Decimal 171 217 236
Hex AB D9 EC

RGB Percentages of Color #abd9ec

%27.40
%34.78
%37.82

CMYK Percentages of Color #abd9ec

%28
%8
%0
%7

Triadic Colors of #abd9ec

#abd9ec #ecabd9 #d9ecab

Analogous Colors of #abd9ec

#abd9ec #abb9ec #abecdf

Monochromatic Colors of #abd9ec

#abd9ec

Complementary Color

#abd9ec #ecbeab

#abd9ec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abd9ec Color Preview on White Background

Lorem ipsum dolor sit amet.

#abd9ec Color CSS Codes

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

#abd9ec Text Font Color

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

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


#abd9ec Background Color

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

This div background color is #abd9ec


#abd9ec Border Color

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

This div border color is #abd9ec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abd9ec


Comments

No comments written yet.

Please login to write comment.