Color Hex Logo

#abc4df Color Hex

#ABC4DF
(171,196,223)
0 Favorites   0 Comments

Color spaces of #abc4df

RGB 171196223
HSL0.590.450.77
HSV211°23°87°
CMYK 0.230.120.00   0.13
XYZ49.853853.465577.5043
Yxy53.46550.27570.2957
Hunter Lab73.1201-6.2576-11.6609
CIE-Lab78.1490-2.5813-16.2482

#abc4df color RGB value is (171,196,223).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101011 11000100 11011111
Octal 253 304 337
Decimal 171 196 223
Hex AB C4 DF

RGB Percentages of Color #abc4df

%28.98
%33.22
%37.80

CMYK Percentages of Color #abc4df

%23
%12
%0
%13

Triadic Colors of #abc4df

#abc4df #dfabc4 #c4dfab

Analogous Colors of #abc4df

#abc4df #acabdf #abdedf

Monochromatic Colors of #abc4df

#abc4df

Complementary Color

#abc4df #dfc6ab

#abc4df Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abc4df Color Preview on White Background

Lorem ipsum dolor sit amet.

#abc4df Color CSS Codes

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

#abc4df Text Font Color

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

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


#abc4df Background Color

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

This div background color is #abc4df


#abc4df Border Color

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

This div border color is #abc4df


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abc4df


Comments

No comments written yet.

Please login to write comment.