Color Hex Logo

#a4e9ff Color Hex

#A4E9FF
(164,233,255)
0 Favorites   0 Comments

Color spaces of #a4e9ff

RGB 164233255
HSL0.541.000.82
HSV195°36°100°
CMYK 0.360.090.00   0.00
XYZ62.498873.3903105.4795
Yxy73.39030.25890.3041
Hunter Lab85.6681-19.6954-13.0335
CIE-Lab88.6335-16.2150-17.4914

#a4e9ff color RGB value is (164,233,255).

#a4e9ff hex color red value is 164, green value is 233 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #a4e9ff hue: 0.54 , saturation: 1.00 and the lightness value of a4e9ff is 0.82.

The process color (four color CMYK) of #a4e9ff color hex is 0.36, 0.09, 0.00, 0.00. Web safe color of #a4e9ff is #99ffff. Color #a4e9ff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100100 11101001 11111111
Octal 244 351 377
Decimal 164 233 255
Hex A4 E9 FF

RGB Percentages of Color #a4e9ff

%25.15
%35.74
%39.11

CMYK Percentages of Color #a4e9ff

%36
%9
%0
%0

Triadic Colors of #a4e9ff

#a4e9ff #ffa4e9 #e9ffa4

Analogous Colors of #a4e9ff

#a4e9ff #a4bcff #a4ffe8

Monochromatic Colors of #a4e9ff

#a4e9ff

Complementary Color

#a4e9ff #ffbaa4

#a4e9ff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a4e9ff Color Preview on White Background

Lorem ipsum dolor sit amet.

#a4e9ff Color CSS Codes

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

#a4e9ff Text Font Color

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

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


#a4e9ff Background Color

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

This div background color is #a4e9ff


#a4e9ff Border Color

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

This div border color is #a4e9ff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a4e9ff

#a4e9ff Color Palettes


Comments

No comments written yet.

Please login to write comment.