Color Hex Logo

#a4e0cb Color Hex

#A4E0CB
(164,224,203)
0 Favorites   0 Comments

Color spaces of #a4e0cb

RGB 164224203
HSL0.440.490.76
HSV159°27°88°
CMYK 0.270.000.09   0.12
XYZ52.745065.515666.3657
Yxy65.51560.28570.3549
Hunter Lab80.9417-25.32998.0462
CIE-Lab84.7487-23.37934.1312

#a4e0cb color RGB value is (164,224,203).

#a4e0cb hex color red value is 164, green value is 224 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #a4e0cb hue: 0.44 , saturation: 0.49 and the lightness value of a4e0cb is 0.76.

The process color (four color CMYK) of #a4e0cb color hex is 0.27, 0.00, 0.09, 0.12. Web safe color of #a4e0cb is #99cccc. Color #a4e0cb contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10100100 11100000 11001011
Octal 244 340 313
Decimal 164 224 203
Hex A4 E0 CB

RGB Percentages of Color #a4e0cb

%27.75
%37.90
%34.35

CMYK Percentages of Color #a4e0cb

%27
%0
%9
%12

Triadic Colors of #a4e0cb

#a4e0cb #cba4e0 #e0cba4

Analogous Colors of #a4e0cb

#a4e0cb #a4d7e0 #a4e0ad

Monochromatic Colors of #a4e0cb

#a4e0cb

Complementary Color

#a4e0cb #e0a4b9

#a4e0cb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a4e0cb Color Preview on White Background

Lorem ipsum dolor sit amet.

#a4e0cb Color CSS Codes

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

#a4e0cb Text Font Color

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

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


#a4e0cb Background Color

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

This div background color is #a4e0cb


#a4e0cb Border Color

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

This div border color is #a4e0cb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(164,224,203, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a4e0cb


Comments

No comments written yet.

Please login to write comment.