Color Hex Logo

#accad4 Color Hex

#ACCAD4
(172,202,212)
1 Favorites   0 Comments

Color spaces of #accad4

RGB 172202212
HSL0.540.320.75
HSV195°19°83°
CMYK 0.190.050.00   0.17
XYZ50.017555.765270.4149
Yxy55.76520.28390.3165
Hunter Lab74.6761-11.1252-3.6335
CIE-Lab79.4800-7.8773-8.3337

#accad4 color RGB value is (172,202,212).

#accad4 hex color red value is 172, green value is 202 and the blue value of its RGB is 212. Cylindrical-coordinate representations (also known as HSL) of color #accad4 hue: 0.54 , saturation: 0.32 and the lightness value of accad4 is 0.75.

The process color (four color CMYK) of #accad4 color hex is 0.19, 0.05, 0.00, 0.17. Web safe color of #accad4 is #99cccc. Color #accad4 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 11001010 11010100
Octal 254 312 324
Decimal 172 202 212
Hex AC CA D4

RGB Percentages of Color #accad4

%29.35
%34.47
%36.18

CMYK Percentages of Color #accad4

%19
%5
%0
%17

Triadic Colors of #accad4

#accad4 #d4acca #cad4ac

Analogous Colors of #accad4

#accad4 #acb6d4 #acd4ca

Monochromatic Colors of #accad4

#accad4

Complementary Color

#accad4 #d4b6ac

#accad4 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#accad4 Color Preview on White Background

Lorem ipsum dolor sit amet.

#accad4 Color CSS Codes

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

#accad4 Text Font Color

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

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


#accad4 Background Color

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

This div background color is #accad4


#accad4 Border Color

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

This div border color is #accad4


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(172,202,212, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #accad4">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #accad4


Comments

No comments written yet.

Please login to write comment.