Color Hex Logo

#accad7 Color Hex

#ACCAD7
(172,202,215)
0 Favorites   0 Comments

Color spaces of #accad7

RGB 172202215
HSL0.550.350.76
HSV198°20°84°
CMYK 0.200.060.00   0.16
XYZ50.399555.918072.4269
Yxy55.91800.28200.3128
Hunter Lab74.7783-10.5557-5.0808
CIE-Lab79.5671-7.2278-9.8153

#accad7 color RGB value is (172,202,215).

#accad7 hex color red value is 172, green value is 202 and the blue value of its RGB is 215. Cylindrical-coordinate representations (also known as HSL) of color #accad7 hue: 0.55 , saturation: 0.35 and the lightness value of accad7 is 0.76.

The process color (four color CMYK) of #accad7 color hex is 0.20, 0.06, 0.00, 0.16. Web safe color of #accad7 is #99cccc. Color #accad7 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 11001010 11010111
Octal 254 312 327
Decimal 172 202 215
Hex AC CA D7

RGB Percentages of Color #accad7

%29.20
%34.30
%36.50

CMYK Percentages of Color #accad7

%20
%6
%0
%16

Triadic Colors of #accad7

#accad7 #d7acca #cad7ac

Analogous Colors of #accad7

#accad7 #acb5d7 #acd7cf

Monochromatic Colors of #accad7

#accad7

Complementary Color

#accad7 #d7b9ac

#accad7 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#accad7 Color Preview on White Background

Lorem ipsum dolor sit amet.

#accad7 Color CSS Codes

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

#accad7 Text Font Color

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

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


#accad7 Background Color

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

This div background color is #accad7


#accad7 Border Color

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

This div border color is #accad7


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #accad7


Comments

No comments written yet.

Please login to write comment.