Color Hex Logo

#a4f9ea Color Hex

#A4F9EA
(164,249,234)
0 Favorites   0 Comments

Color spaces of #a4f9ea

RGB 164249234
HSL0.470.880.81
HSV169°34°98°
CMYK 0.340.000.06   0.02
XYZ64.036881.584490.2142
Yxy81.58440.27150.3459
Hunter Lab90.3241-31.51654.0090
CIE-Lab92.3911-28.8739-0.9646

#a4f9ea color RGB value is (164,249,234).

#a4f9ea hex color red value is 164, green value is 249 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #a4f9ea hue: 0.47 , saturation: 0.88 and the lightness value of a4f9ea is 0.81.

The process color (four color CMYK) of #a4f9ea color hex is 0.34, 0.00, 0.06, 0.02. Web safe color of #a4f9ea is #99ffff. Color #a4f9ea contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10100100 11111001 11101010
Octal 244 371 352
Decimal 164 249 234
Hex A4 F9 EA

RGB Percentages of Color #a4f9ea

%25.35
%38.49
%36.17

CMYK Percentages of Color #a4f9ea

%34
%0
%6
%2

Triadic Colors of #a4f9ea

#a4f9ea #eaa4f9 #f9eaa4

Analogous Colors of #a4f9ea

#a4f9ea #a4def9 #a4f9c0

Monochromatic Colors of #a4f9ea

#a4f9ea

Complementary Color

#a4f9ea #f9a4b3

#a4f9ea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a4f9ea Color Preview on White Background

Lorem ipsum dolor sit amet.

#a4f9ea Color CSS Codes

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

#a4f9ea Text Font Color

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

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


#a4f9ea Background Color

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

This div background color is #a4f9ea


#a4f9ea Border Color

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

This div border color is #a4f9ea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a4f9ea


Comments

No comments written yet.

Please login to write comment.