Color Hex Logo

#a4c9ca Color Hex

#A4C9CA
(164,201,202)
0 Favorites   0 Comments

Color spaces of #a4c9ca

RGB 164201202
HSL0.500.260.72
HSV182°19°79°
CMYK 0.190.000.00   0.21
XYZ46.857253.930163.8170
Yxy53.93010.28470.3276
Hunter Lab73.4371-14.6215-0.1171
CIE-Lab78.4210-12.0000-4.5795

#a4c9ca color RGB value is (164,201,202).

#a4c9ca hex color red value is 164, green value is 201 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #a4c9ca hue: 0.50 , saturation: 0.26 and the lightness value of a4c9ca is 0.72.

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

Base Numbers

BaseRedGreenBlue
Binary 10100100 11001001 11001010
Octal 244 311 312
Decimal 164 201 202
Hex A4 C9 CA

RGB Percentages of Color #a4c9ca

%28.92
%35.45
%35.63

CMYK Percentages of Color #a4c9ca

%19
%0
%0
%21

Triadic Colors of #a4c9ca

#a4c9ca #caa4c9 #c9caa4

Analogous Colors of #a4c9ca

#a4c9ca #a4b6ca #a4cab8

Monochromatic Colors of #a4c9ca

#a4c9ca

Complementary Color

#a4c9ca #caa5a4

#a4c9ca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a4c9ca Color Preview on White Background

Lorem ipsum dolor sit amet.

#a4c9ca Color CSS Codes

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

#a4c9ca Text Font Color

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

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


#a4c9ca Background Color

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

This div background color is #a4c9ca


#a4c9ca Border Color

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

This div border color is #a4c9ca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a4c9ca


Comments

No comments written yet.

Please login to write comment.