Color Hex Logo

#abd0ea Color Hex

#ABD0EA
(171,208,234)
0 Favorites   0 Comments

Color spaces of #abd0ea

RGB 171208234
HSL0.570.600.79
HSV205°27°92°
CMYK 0.270.110.00   0.08
XYZ54.201759.710286.5104
Yxy59.71020.27040.2979
Hunter Lab77.2724-10.0202-12.2875
CIE-Lab81.6804-6.4055-16.8246

#abd0ea color RGB value is (171,208,234).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101011 11010000 11101010
Octal 253 320 352
Decimal 171 208 234
Hex AB D0 EA

RGB Percentages of Color #abd0ea

%27.90
%33.93
%38.17

CMYK Percentages of Color #abd0ea

%27
%11
%0
%8

Triadic Colors of #abd0ea

#abd0ea #eaabd0 #d0eaab

Analogous Colors of #abd0ea

#abd0ea #abb1ea #abeae5

Monochromatic Colors of #abd0ea

#abd0ea

Complementary Color

#abd0ea #eac5ab

#abd0ea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abd0ea Color Preview on White Background

Lorem ipsum dolor sit amet.

#abd0ea Color CSS Codes

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

#abd0ea Text Font Color

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

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


#abd0ea Background Color

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

This div background color is #abd0ea


#abd0ea Border Color

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

This div border color is #abd0ea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abd0ea


Comments

No comments written yet.

Please login to write comment.