Color Hex Logo

#abd7ff Color Hex

#ABD7FF
(171,215,255)
0 Favorites   0 Comments

Color spaces of #abd7ff

RGB 171215255
HSL0.581.000.84
HSV209°33°100°
CMYK 0.330.160.00   0.00
XYZ59.145064.4788103.9361
Yxy64.47880.25990.2833
Hunter Lab80.2987-9.0463-20.5340
CIE-Lab84.2144-5.0879-24.1405

#abd7ff color RGB value is (171,215,255).

#abd7ff hex color red value is 171, green value is 215 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #abd7ff hue: 0.58 , saturation: 1.00 and the lightness value of abd7ff is 0.84.

The process color (four color CMYK) of #abd7ff color hex is 0.33, 0.16, 0.00, 0.00. Web safe color of #abd7ff is #99ccff. Color #abd7ff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 11010111 11111111
Octal 253 327 377
Decimal 171 215 255
Hex AB D7 FF

RGB Percentages of Color #abd7ff

%26.68
%33.54
%39.78

CMYK Percentages of Color #abd7ff

%33
%16
%0
%0

Triadic Colors of #abd7ff

#abd7ff #ffabd7 #d7ffab

Analogous Colors of #abd7ff

#abd7ff #abadff #abfffd

Monochromatic Colors of #abd7ff

#abd7ff

Complementary Color

#abd7ff #ffd3ab

#abd7ff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abd7ff Color Preview on White Background

Lorem ipsum dolor sit amet.

#abd7ff Color CSS Codes

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

#abd7ff Text Font Color

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

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


#abd7ff Background Color

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

This div background color is #abd7ff


#abd7ff Border Color

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

This div border color is #abd7ff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abd7ff

Related Colors


Comments

No comments written yet.

Please login to write comment.