Color Hex Logo

#a4f7ec Color Hex

#A4F7EC
(164,247,236)
0 Favorites   0 Comments

Color spaces of #a4f7ec

RGB 164247236
HSL0.480.840.81
HSV172°34°97°
CMYK 0.340.000.04   0.03
XYZ63.710980.470291.5313
Yxy80.47020.27030.3414
Hunter Lab89.7052-30.20882.2967
CIE-Lab91.8954-27.4821-2.7290

#a4f7ec color RGB value is (164,247,236).

#a4f7ec hex color red value is 164, green value is 247 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #a4f7ec hue: 0.48 , saturation: 0.84 and the lightness value of a4f7ec is 0.81.

The process color (four color CMYK) of #a4f7ec color hex is 0.34, 0.00, 0.04, 0.03. Web safe color of #a4f7ec is #99ffff. Color #a4f7ec contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10100100 11110111 11101100
Octal 244 367 354
Decimal 164 247 236
Hex A4 F7 EC

RGB Percentages of Color #a4f7ec

%25.35
%38.18
%36.48

CMYK Percentages of Color #a4f7ec

%34
%0
%4
%3

Triadic Colors of #a4f7ec

#a4f7ec #eca4f7 #f7eca4

Analogous Colors of #a4f7ec

#a4f7ec #a4d9f7 #a4f7c3

Monochromatic Colors of #a4f7ec

#a4f7ec

Complementary Color

#a4f7ec #f7a4af

#a4f7ec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a4f7ec Color Preview on White Background

Lorem ipsum dolor sit amet.

#a4f7ec Color CSS Codes

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

#a4f7ec Text Font Color

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

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


#a4f7ec Background Color

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

This div background color is #a4f7ec


#a4f7ec Border Color

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

This div border color is #a4f7ec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a4f7ec


Comments

No comments written yet.

Please login to write comment.