Color Hex Logo

#a4ceca Color Hex

#A4CECA
(164,206,202)
0 Favorites   0 Comments

Color spaces of #a4ceca

RGB 164206202
HSL0.480.300.73
HSV174°20°81°
CMYK 0.200.000.02   0.19
XYZ48.041856.299464.2119
Yxy56.29940.28500.3340
Hunter Lab75.0329-17.01831.7837
CIE-Lab79.7839-14.5739-2.5741

#a4ceca color RGB value is (164,206,202).

#a4ceca hex color red value is 164, green value is 206 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #a4ceca hue: 0.48 , saturation: 0.30 and the lightness value of a4ceca is 0.73.

The process color (four color CMYK) of #a4ceca color hex is 0.20, 0.00, 0.02, 0.19. Web safe color of #a4ceca is #99cccc. Color #a4ceca contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10100100 11001110 11001010
Octal 244 316 312
Decimal 164 206 202
Hex A4 CE CA

RGB Percentages of Color #a4ceca

%28.67
%36.01
%35.31

CMYK Percentages of Color #a4ceca

%20
%0
%2
%19

Triadic Colors of #a4ceca

#a4ceca #caa4ce #cecaa4

Analogous Colors of #a4ceca

#a4ceca #a4bdce #a4ceb5

Monochromatic Colors of #a4ceca

#a4ceca

Complementary Color

#a4ceca #cea4a8

#a4ceca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a4ceca Color Preview on White Background

Lorem ipsum dolor sit amet.

#a4ceca Color CSS Codes

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

#a4ceca Text Font Color

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

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


#a4ceca Background Color

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

This div background color is #a4ceca


#a4ceca Border Color

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

This div border color is #a4ceca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a4ceca


Comments

No comments written yet.

Please login to write comment.