Color Hex Logo

#abccdf Color Hex

#ABCCDF
(171,204,223)
0 Favorites   0 Comments

Color spaces of #abccdf

RGB 171204223
HSL0.560.450.77
HSV202°23°87°
CMYK 0.230.090.00   0.13
XYZ51.706757.171478.1220
Yxy57.17140.27650.3057
Hunter Lab75.6118-10.2543-8.3301
CIE-Lab80.2759-6.8138-13.0544

#abccdf color RGB value is (171,204,223).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101011 11001100 11011111
Octal 253 314 337
Decimal 171 204 223
Hex AB CC DF

RGB Percentages of Color #abccdf

%28.60
%34.11
%37.29

CMYK Percentages of Color #abccdf

%23
%9
%0
%13

Triadic Colors of #abccdf

#abccdf #dfabcc #ccdfab

Analogous Colors of #abccdf

#abccdf #abb2df #abdfd8

Monochromatic Colors of #abccdf

#abccdf

Complementary Color

#abccdf #dfbeab

#abccdf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abccdf Color Preview on White Background

Lorem ipsum dolor sit amet.

#abccdf Color CSS Codes

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

#abccdf Text Font Color

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

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


#abccdf Background Color

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

This div background color is #abccdf


#abccdf Border Color

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

This div border color is #abccdf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abccdf


Comments

No comments written yet.

Please login to write comment.