Color Hex Logo

#accadf Color Hex

#ACCADF
(172,202,223)
0 Favorites   0 Comments

Color spaces of #accadf

RGB 172202223
HSL0.570.440.77
HSV205°23°87°
CMYK 0.230.090.00   0.13
XYZ51.453156.339477.9748
Yxy56.33940.27700.3033
Hunter Lab75.0596-8.9931-9.0510
CIE-Lab79.8066-5.4594-13.7510

#accadf color RGB value is (172,202,223).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101100 11001010 11011111
Octal 254 312 337
Decimal 172 202 223
Hex AC CA DF

RGB Percentages of Color #accadf

%28.81
%33.84
%37.35

CMYK Percentages of Color #accadf

%23
%9
%0
%13

Triadic Colors of #accadf

#accadf #dfacca #cadfac

Analogous Colors of #accadf

#accadf #acb1df #acdfdb

Monochromatic Colors of #accadf

#accadf

Complementary Color

#accadf #dfc1ac

#accadf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#accadf Color Preview on White Background

Lorem ipsum dolor sit amet.

#accadf Color CSS Codes

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

#accadf Text Font Color

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

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


#accadf Background Color

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

This div background color is #accadf


#accadf Border Color

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

This div border color is #accadf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #accadf


Comments

No comments written yet.

Please login to write comment.