Color Hex Logo

#accdd1 Color Hex

#ACCDD1
(172,205,209)
0 Favorites   0 Comments

Color spaces of #accdd1

RGB 172205209
HSL0.520.290.75
HSV186°18°82°
CMYK 0.180.020.00   0.18
XYZ50.353257.036768.6769
Yxy57.03670.28600.3239
Hunter Lab75.5226-13.1534-1.0498
CIE-Lab80.2002-10.0807-5.6570

#accdd1 color RGB value is (172,205,209).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101100 11001101 11010001
Octal 254 315 321
Decimal 172 205 209
Hex AC CD D1

RGB Percentages of Color #accdd1

%29.35
%34.98
%35.67

CMYK Percentages of Color #accdd1

%18
%2
%0
%18

Triadic Colors of #accdd1

#accdd1 #d1accd #cdd1ac

Analogous Colors of #accdd1

#accdd1 #acbbd1 #acd1c3

Monochromatic Colors of #accdd1

#accdd1

Complementary Color

#accdd1 #d1b0ac

#accdd1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#accdd1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#accdd1 Color CSS Codes

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

#accdd1 Text Font Color

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

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


#accdd1 Background Color

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

This div background color is #accdd1


#accdd1 Border Color

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

This div border color is #accdd1


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #accdd1


Comments

No comments written yet.

Please login to write comment.