Color Hex Logo

#acced2 Color Hex

#ACCED2
(172,206,210)
0 Favorites   0 Comments

Color spaces of #acced2

RGB 172206210
HSL0.520.300.75
HSV186°18°82°
CMYK 0.180.020.00   0.18
XYZ50.717457.566469.4111
Yxy57.56640.28540.3240
Hunter Lab75.8725-13.4576-1.1300
CIE-Lab80.4971-10.3873-5.7542

#acced2 color RGB value is (172,206,210).

#acced2 hex color red value is 172, green value is 206 and the blue value of its RGB is 210. Cylindrical-coordinate representations (also known as HSL) of color #acced2 hue: 0.52 , saturation: 0.30 and the lightness value of acced2 is 0.75.

The process color (four color CMYK) of #acced2 color hex is 0.18, 0.02, 0.00, 0.18. Web safe color of #acced2 is #99cccc. Color #acced2 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 11001110 11010010
Octal 254 316 322
Decimal 172 206 210
Hex AC CE D2

RGB Percentages of Color #acced2

%29.25
%35.03
%35.71

CMYK Percentages of Color #acced2

%18
%2
%0
%18

Triadic Colors of #acced2

#acced2 #d2acce #ced2ac

Analogous Colors of #acced2

#acced2 #acbbd2 #acd2c3

Monochromatic Colors of #acced2

#acced2

Complementary Color

#acced2 #d2b0ac

#acced2 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#acced2 Color Preview on White Background

Lorem ipsum dolor sit amet.

#acced2 Color CSS Codes

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

#acced2 Text Font Color

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

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


#acced2 Background Color

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

This div background color is #acced2


#acced2 Border Color

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

This div border color is #acced2


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #acced2

#acced2 Color Palettes


Comments

No comments written yet.

Please login to write comment.