Color Hex Logo

#accad8 Color Hex

#ACCAD8
(172,202,216)
0 Favorites   0 Comments

Color spaces of #accad8

RGB 172202216
HSL0.550.360.76
HSV199°20°85°
CMYK 0.200.060.00   0.15
XYZ50.528555.969673.1058
Yxy55.96960.28130.3116
Hunter Lab74.8128-10.3638-5.5682
CIE-Lab79.5965-7.0095-10.3084

#accad8 color RGB value is (172,202,216).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101100 11001010 11011000
Octal 254 312 330
Decimal 172 202 216
Hex AC CA D8

RGB Percentages of Color #accad8

%29.15
%34.24
%36.61

CMYK Percentages of Color #accad8

%20
%6
%0
%15

Triadic Colors of #accad8

#accad8 #d8acca #cad8ac

Analogous Colors of #accad8

#accad8 #acb4d8 #acd8d0

Monochromatic Colors of #accad8

#accad8

Complementary Color

#accad8 #d8baac

#accad8 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#accad8 Color Preview on White Background

Lorem ipsum dolor sit amet.

#accad8 Color CSS Codes

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

#accad8 Text Font Color

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

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


#accad8 Background Color

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

This div background color is #accad8


#accad8 Border Color

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

This div border color is #accad8


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #accad8


Comments

No comments written yet.

Please login to write comment.