Color Hex Logo

#a4daef Color Hex

#A4DAEF
(164,218,239)
1 Favorites   0 Comments

Color spaces of #a4daef

RGB 164218239
HSL0.550.700.79
HSV197°31°94°
CMYK 0.310.090.00   0.06
XYZ55.961264.267391.1167
Yxy64.26730.26480.3041
Hunter Lab80.1669-15.6886-11.2715
CIE-Lab84.1047-12.4163-15.8758

#a4daef color RGB value is (164,218,239).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100100 11011010 11101111
Octal 244 332 357
Decimal 164 218 239
Hex A4 DA EF

RGB Percentages of Color #a4daef

%26.41
%35.10
%38.49

CMYK Percentages of Color #a4daef

%31
%9
%0
%6

Triadic Colors of #a4daef

#a4daef #efa4da #daefa4

Analogous Colors of #a4daef

#a4daef #a4b5ef #a4efdf

Monochromatic Colors of #a4daef

#a4daef

Complementary Color

#a4daef #efb9a4

#a4daef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a4daef Color Preview on White Background

Lorem ipsum dolor sit amet.

#a4daef Color CSS Codes

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

#a4daef Text Font Color

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

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


#a4daef Background Color

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

This div background color is #a4daef


#a4daef Border Color

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

This div border color is #a4daef


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(164,218,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 #a4daef">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a4daef


Comments

No comments written yet.

Please login to write comment.