Color Hex Logo

#acc7ca Color Hex

#ACC7CA
(172,199,202)
0 Favorites   0 Comments

Color spaces of #acc7ca

RGB 172199202
HSL0.520.220.73
HSV186°15°79°
CMYK 0.150.010.00   0.21
XYZ48.097453.881863.7423
Yxy53.88180.29020.3251
Hunter Lab73.4042-11.4970-0.1029
CIE-Lab78.3928-8.4240-4.5628

#acc7ca color RGB value is (172,199,202).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101100 11000111 11001010
Octal 254 307 312
Decimal 172 199 202
Hex AC C7 CA

RGB Percentages of Color #acc7ca

%30.02
%34.73
%35.25

CMYK Percentages of Color #acc7ca

%15
%1
%0
%21

Triadic Colors of #acc7ca

#acc7ca #caacc7 #c7caac

Analogous Colors of #acc7ca

#acc7ca #acb8ca #accabe

Monochromatic Colors of #acc7ca

#acc7ca

Complementary Color

#acc7ca #caafac

#acc7ca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#acc7ca Color Preview on White Background

Lorem ipsum dolor sit amet.

#acc7ca Color CSS Codes

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

#acc7ca Text Font Color

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

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


#acc7ca Background Color

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

This div background color is #acc7ca


#acc7ca Border Color

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

This div border color is #acc7ca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #acc7ca

#acc7ca Color Palettes


Comments

No comments written yet.

Please login to write comment.