Color Hex Logo

#abcfdf Color Hex

#ABCFDF
(171,207,223)
0 Favorites   0 Comments

Color spaces of #abcfdf

RGB 171207223
HSL0.550.450.77
HSV198°23°87°
CMYK 0.230.070.00   0.13
XYZ52.426758.611378.3620
Yxy58.61130.27680.3095
Hunter Lab76.5580-11.7403-7.0965
CIE-Lab81.0775-8.3831-11.8555

#abcfdf color RGB value is (171,207,223).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101011 11001111 11011111
Octal 253 317 337
Decimal 171 207 223
Hex AB CF DF

RGB Percentages of Color #abcfdf

%28.45
%34.44
%37.10

CMYK Percentages of Color #abcfdf

%23
%7
%0
%13

Triadic Colors of #abcfdf

#abcfdf #dfabcf #cfdfab

Analogous Colors of #abcfdf

#abcfdf #abb5df #abdfd5

Monochromatic Colors of #abcfdf

#abcfdf

Complementary Color

#abcfdf #dfbbab

#abcfdf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abcfdf Color Preview on White Background

Lorem ipsum dolor sit amet.

#abcfdf Color CSS Codes

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

#abcfdf Text Font Color

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

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


#abcfdf Background Color

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

This div background color is #abcfdf


#abcfdf Border Color

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

This div border color is #abcfdf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abcfdf


Comments

No comments written yet.

Please login to write comment.