Color Hex Logo

#a4ecbc Color Hex

#A4ECBC
(164,236,188)
0 Favorites   0 Comments

Color spaces of #a4ecbc

RGB 164236188
HSL0.390.650.78
HSV140°31°93°
CMYK 0.310.000.20   0.07
XYZ54.382471.514358.5143
Yxy71.51430.29490.3878
Hunter Lab84.5661-33.201818.1714
CIE-Lab87.7343-32.039516.2484

#a4ecbc color RGB value is (164,236,188).

#a4ecbc hex color red value is 164, green value is 236 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #a4ecbc hue: 0.39 , saturation: 0.65 and the lightness value of a4ecbc is 0.78.

The process color (four color CMYK) of #a4ecbc color hex is 0.31, 0.00, 0.20, 0.07. Web safe color of #a4ecbc is #99ffcc. Color #a4ecbc contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10100100 11101100 10111100
Octal 244 354 274
Decimal 164 236 188
Hex A4 EC BC

RGB Percentages of Color #a4ecbc

%27.89
%40.14
%31.97

CMYK Percentages of Color #a4ecbc

%31
%0
%20
%7

Triadic Colors of #a4ecbc

#a4ecbc #bca4ec #ecbca4

Analogous Colors of #a4ecbc

#a4ecbc #a4ece0 #b0eca4

Monochromatic Colors of #a4ecbc

#a4ecbc

Complementary Color

#a4ecbc #eca4d4

#a4ecbc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a4ecbc Color Preview on White Background

Lorem ipsum dolor sit amet.

#a4ecbc Color CSS Codes

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

#a4ecbc Text Font Color

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

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


#a4ecbc Background Color

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

This div background color is #a4ecbc


#a4ecbc Border Color

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

This div border color is #a4ecbc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a4ecbc


Comments

No comments written yet.

Please login to write comment.