Color Hex Logo

#accbd2 Color Hex

#ACCBD2
(172,203,210)
0 Favorites   0 Comments

Color spaces of #accbd2

RGB 172203210
HSL0.530.300.75
HSV191°18°82°
CMYK 0.180.030.00   0.18
XYZ50.002156.135769.1726
Yxy56.13570.28520.3202
Hunter Lab74.9238-11.9905-2.2923
CIE-Lab79.6910-8.8282-6.9467

#accbd2 color RGB value is (172,203,210).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101100 11001011 11010010
Octal 254 313 322
Decimal 172 203 210
Hex AC CB D2

RGB Percentages of Color #accbd2

%29.40
%34.70
%35.90

CMYK Percentages of Color #accbd2

%18
%3
%0
%18

Triadic Colors of #accbd2

#accbd2 #d2accb #cbd2ac

Analogous Colors of #accbd2

#accbd2 #acb8d2 #acd2c6

Monochromatic Colors of #accbd2

#accbd2

Complementary Color

#accbd2 #d2b3ac

#accbd2 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#accbd2 Color Preview on White Background

Lorem ipsum dolor sit amet.

#accbd2 Color CSS Codes

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

#accbd2 Text Font Color

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

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


#accbd2 Background Color

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

This div background color is #accbd2


#accbd2 Border Color

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

This div border color is #accbd2


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(172,203,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 #accbd2">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #accbd2


Comments

No comments written yet.

Please login to write comment.