Color Hex Logo

#abd1ea Color Hex

#ABD1EA
(171,209,234)
0 Favorites   0 Comments

Color spaces of #abd1ea

RGB 171209234
HSL0.570.600.79
HSV204°27°92°
CMYK 0.270.110.00   0.08
XYZ54.446360.199486.5919
Yxy60.19940.27060.2991
Hunter Lab77.5883-10.5200-11.8584
CIE-Lab81.9465-6.9295-16.4241

#abd1ea color RGB value is (171,209,234).

#abd1ea hex color red value is 171, green value is 209 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #abd1ea hue: 0.57 , saturation: 0.60 and the lightness value of abd1ea is 0.79.

The process color (four color CMYK) of #abd1ea color hex is 0.27, 0.11, 0.00, 0.08. Web safe color of #abd1ea is #99ccff. Color #abd1ea contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 11010001 11101010
Octal 253 321 352
Decimal 171 209 234
Hex AB D1 EA

RGB Percentages of Color #abd1ea

%27.85
%34.04
%38.11

CMYK Percentages of Color #abd1ea

%27
%11
%0
%8

Triadic Colors of #abd1ea

#abd1ea #eaabd1 #d1eaab

Analogous Colors of #abd1ea

#abd1ea #abb2ea #abeae4

Monochromatic Colors of #abd1ea

#abd1ea

Complementary Color

#abd1ea #eac4ab

#abd1ea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abd1ea Color Preview on White Background

Lorem ipsum dolor sit amet.

#abd1ea Color CSS Codes

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

#abd1ea Text Font Color

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

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


#abd1ea Background Color

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

This div background color is #abd1ea


#abd1ea Border Color

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

This div border color is #abd1ea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abd1ea


Comments

No comments written yet.

Please login to write comment.