Color Hex Logo

#abd7ea Color Hex

#ABD7EA
(171,215,234)
0 Favorites   0 Comments

Color spaces of #abd7ea

RGB 171215234
HSL0.550.600.79
HSV198°27°92°
CMYK 0.270.080.00   0.08
XYZ55.946363.199387.0919
Yxy63.19930.27130.3064
Hunter Lab79.4980-13.5030-9.3050
CIE-Lab83.5471-10.0500-14.0203

#abd7ea color RGB value is (171,215,234).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101011 11010111 11101010
Octal 253 327 352
Decimal 171 215 234
Hex AB D7 EA

RGB Percentages of Color #abd7ea

%27.58
%34.68
%37.74

CMYK Percentages of Color #abd7ea

%27
%8
%0
%8

Triadic Colors of #abd7ea

#abd7ea #eaabd7 #d7eaab

Analogous Colors of #abd7ea

#abd7ea #abb8ea #abeade

Monochromatic Colors of #abd7ea

#abd7ea

Complementary Color

#abd7ea #eabeab

#abd7ea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abd7ea Color Preview on White Background

Lorem ipsum dolor sit amet.

#abd7ea Color CSS Codes

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

#abd7ea Text Font Color

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

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


#abd7ea Background Color

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

This div background color is #abd7ea


#abd7ea Border Color

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

This div border color is #abd7ea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abd7ea


Comments

No comments written yet.

Please login to write comment.