Color Hex Logo

#a4deef Color Hex

#A4DEEF
(164,222,239)
0 Favorites   0 Comments

Color spaces of #a4deef

RGB 164222239
HSL0.540.700.79
HSV194°31°94°
CMYK 0.310.070.00   0.06
XYZ57.011166.367191.4667
Yxy66.36710.26540.3089
Hunter Lab81.4660-17.6486-9.5422
CIE-Lab85.1833-14.4608-14.2572

#a4deef color RGB value is (164,222,239).

#a4deef hex color red value is 164, green value is 222 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #a4deef hue: 0.54 , saturation: 0.70 and the lightness value of a4deef is 0.79.

The process color (four color CMYK) of #a4deef color hex is 0.31, 0.07, 0.00, 0.06. Web safe color of #a4deef is #99ccff. Color #a4deef contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100100 11011110 11101111
Octal 244 336 357
Decimal 164 222 239
Hex A4 DE EF

RGB Percentages of Color #a4deef

%26.24
%35.52
%38.24

CMYK Percentages of Color #a4deef

%31
%7
%0
%6

Triadic Colors of #a4deef

#a4deef #efa4de #deefa4

Analogous Colors of #a4deef

#a4deef #a4b9ef #a4efdb

Monochromatic Colors of #a4deef

#a4deef

Complementary Color

#a4deef #efb5a4

#a4deef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a4deef Color Preview on White Background

Lorem ipsum dolor sit amet.

#a4deef Color CSS Codes

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

#a4deef Text Font Color

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

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


#a4deef Background Color

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

This div background color is #a4deef


#a4deef Border Color

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

This div border color is #a4deef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a4deef


Comments

No comments written yet.

Please login to write comment.