Color Hex Logo

#a4def2 Color Hex

#A4DEF2
(164,222,242)
0 Favorites   0 Comments

Color spaces of #a4def2

RGB 164222242
HSL0.540.750.80
HSV195°32°95°
CMYK 0.320.080.00   0.05
XYZ57.458166.545993.8207
Yxy66.54590.26380.3055
Hunter Lab81.5757-17.0303-11.0868
CIE-Lab85.2741-13.7530-15.7059

#a4def2 color RGB value is (164,222,242).

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

The process color (four color CMYK) of #a4def2 color hex is 0.32, 0.08, 0.00, 0.05. Web safe color of #a4def2 is #99ccff. Color #a4def2 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100100 11011110 11110010
Octal 244 336 362
Decimal 164 222 242
Hex A4 DE F2

RGB Percentages of Color #a4def2

%26.11
%35.35
%38.54

CMYK Percentages of Color #a4def2

%32
%8
%0
%5

Triadic Colors of #a4def2

#a4def2 #f2a4de #def2a4

Analogous Colors of #a4def2

#a4def2 #a4b7f2 #a4f2df

Monochromatic Colors of #a4def2

#a4def2

Complementary Color

#a4def2 #f2b8a4

#a4def2 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a4def2 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a4def2 Color CSS Codes

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

#a4def2 Text Font Color

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

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


#a4def2 Background Color

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

This div background color is #a4def2


#a4def2 Border Color

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

This div border color is #a4def2


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a4def2


Comments

No comments written yet.

Please login to write comment.