Color Hex Logo

#acafdf Color Hex

#ACAFDF
(172,175,223)
0 Favorites   0 Comments

Color spaces of #acafdf

RGB 172175223
HSL0.660.440.77
HSV236°23°87°
CMYK 0.230.220.00   0.13
XYZ45.662544.758376.0446
Yxy44.75830.27430.2689
Hunter Lab66.90164.7540-20.5616
CIE-Lab72.73259.1335-24.4590

#acafdf color RGB value is (172,175,223).

#acafdf hex color red value is 172, green value is 175 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #acafdf hue: 0.66 , saturation: 0.44 and the lightness value of acafdf is 0.77.

The process color (four color CMYK) of #acafdf color hex is 0.23, 0.22, 0.00, 0.13. Web safe color of #acafdf is #9999cc. Color #acafdf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 10101111 11011111
Octal 254 257 337
Decimal 172 175 223
Hex AC AF DF

RGB Percentages of Color #acafdf

%30.18
%30.70
%39.12

CMYK Percentages of Color #acafdf

%23
%22
%0
%13

Triadic Colors of #acafdf

#acafdf #dfacaf #afdfac

Analogous Colors of #acafdf

#acafdf #c3acdf #acc9df

Monochromatic Colors of #acafdf

#acafdf

Complementary Color

#acafdf #dfdcac

#acafdf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#acafdf Color Preview on White Background

Lorem ipsum dolor sit amet.

#acafdf Color CSS Codes

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

#acafdf Text Font Color

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

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


#acafdf Background Color

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

This div background color is #acafdf


#acafdf Border Color

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

This div border color is #acafdf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #acafdf


Comments

No comments written yet.

Please login to write comment.