Color Hex Logo

#abcadd Color Hex

#ABCADD
(171,202,221)
4 Favorites   0 Comments

Color spaces of #abcadd

RGB 171202221
HSL0.560.420.77
HSV203°23°87°
CMYK 0.230.090.00   0.13
XYZ50.966356.119476.5525
Yxy56.11940.27750.3056
Hunter Lab74.9129-9.6567-8.1487
CIE-Lab79.6817-6.2103-12.8716

#abcadd color RGB value is (171,202,221).

#abcadd hex color red value is 171, green value is 202 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #abcadd hue: 0.56 , saturation: 0.42 and the lightness value of abcadd is 0.77.

The process color (four color CMYK) of #abcadd color hex is 0.23, 0.09, 0.00, 0.13. Web safe color of #abcadd is #99cccc. Color #abcadd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 11001010 11011101
Octal 253 312 335
Decimal 171 202 221
Hex AB CA DD

RGB Percentages of Color #abcadd

%28.79
%34.01
%37.21

CMYK Percentages of Color #abcadd

%23
%9
%0
%13

Triadic Colors of #abcadd

#abcadd #ddabca #caddab

Analogous Colors of #abcadd

#abcadd #abb1dd #abddd7

Monochromatic Colors of #abcadd

#abcadd

Complementary Color

#abcadd #ddbeab

#abcadd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abcadd Color Preview on White Background

Lorem ipsum dolor sit amet.

#abcadd Color CSS Codes

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

#abcadd Text Font Color

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

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


#abcadd Background Color

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

This div background color is #abcadd


#abcadd Border Color

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

This div border color is #abcadd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abcadd

#abcadd Color Palettes


Comments

No comments written yet.

Please login to write comment.