Color Hex Logo

#abcddf Color Hex

#ABCDDF
(171,205,223)
0 Favorites   0 Comments

Color spaces of #abcddf

RGB 171205223
HSL0.560.450.77
HSV201°23°87°
CMYK 0.230.080.00   0.13
XYZ51.945257.648378.2015
Yxy57.64830.27660.3070
Hunter Lab75.9265-10.7503-7.9180
CIE-Lab80.5429-7.3379-12.6548

#abcddf color RGB value is (171,205,223).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101011 11001101 11011111
Octal 253 315 337
Decimal 171 205 223
Hex AB CD DF

RGB Percentages of Color #abcddf

%28.55
%34.22
%37.23

CMYK Percentages of Color #abcddf

%23
%8
%0
%13

Triadic Colors of #abcddf

#abcddf #dfabcd #cddfab

Analogous Colors of #abcddf

#abcddf #abb3df #abdfd7

Monochromatic Colors of #abcddf

#abcddf

Complementary Color

#abcddf #dfbdab

#abcddf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abcddf Color Preview on White Background

Lorem ipsum dolor sit amet.

#abcddf Color CSS Codes

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

#abcddf Text Font Color

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

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


#abcddf Background Color

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

This div background color is #abcddf


#abcddf Border Color

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

This div border color is #abcddf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abcddf


Comments

No comments written yet.

Please login to write comment.