Color Hex Logo

#abc4dd Color Hex

#ABC4DD
(171,196,221)
0 Favorites   0 Comments

Color spaces of #abc4dd

RGB 171196221
HSL0.580.420.77
HSV210°23°87°
CMYK 0.230.110.00   0.13
XYZ49.585753.358276.0923
Yxy53.35820.27700.2980
Hunter Lab73.0467-6.6620-10.6293
CIE-Lab78.0860-3.0338-15.2658

#abc4dd color RGB value is (171,196,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101011 11000100 11011101
Octal 253 304 335
Decimal 171 196 221
Hex AB C4 DD

RGB Percentages of Color #abc4dd

%29.08
%33.33
%37.59

CMYK Percentages of Color #abc4dd

%23
%11
%0
%13

Triadic Colors of #abc4dd

#abc4dd #ddabc4 #c4ddab

Analogous Colors of #abc4dd

#abc4dd #ababdd #abdddd

Monochromatic Colors of #abc4dd

#abc4dd

Complementary Color

#abc4dd #ddc4ab

#abc4dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abc4dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#abc4dd Color CSS Codes

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

#abc4dd Text Font Color

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

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


#abc4dd Background Color

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

This div background color is #abc4dd


#abc4dd Border Color

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

This div border color is #abc4dd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abc4dd


Comments

No comments written yet.

Please login to write comment.