Color Hex Logo

#acc5ca Color Hex

#ACC5CA
(172,197,202)
0 Favorites   0 Comments

Color spaces of #acc5ca

RGB 172197202
HSL0.530.220.73
HSV190°15°79°
CMYK 0.150.020.00   0.21
XYZ47.640252.967463.5899
Yxy52.96740.29010.3226
Hunter Lab72.7787-10.5185-0.8591
CIE-Lab77.8557-7.3758-5.3553

#acc5ca color RGB value is (172,197,202).

#acc5ca hex color red value is 172, green value is 197 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #acc5ca hue: 0.53 , saturation: 0.22 and the lightness value of acc5ca is 0.73.

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

Base Numbers

BaseRedGreenBlue
Binary 10101100 11000101 11001010
Octal 254 305 312
Decimal 172 197 202
Hex AC C5 CA

RGB Percentages of Color #acc5ca

%30.12
%34.50
%35.38

CMYK Percentages of Color #acc5ca

%15
%2
%0
%21

Triadic Colors of #acc5ca

#acc5ca #caacc5 #c5caac

Analogous Colors of #acc5ca

#acc5ca #acb6ca #accac0

Monochromatic Colors of #acc5ca

#acc5ca

Complementary Color

#acc5ca #cab1ac

#acc5ca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#acc5ca Color Preview on White Background

Lorem ipsum dolor sit amet.

#acc5ca Color CSS Codes

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

#acc5ca Text Font Color

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

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


#acc5ca Background Color

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

This div background color is #acc5ca


#acc5ca Border Color

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

This div border color is #acc5ca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #acc5ca


Comments

No comments written yet.

Please login to write comment.