Color Hex Logo

#a4dcea Color Hex

#A4DCEA
(164,220,234)
0 Favorites   0 Comments

Color spaces of #a4dcea

RGB 164220234
HSL0.530.630.78
HSV192°30°92°
CMYK 0.300.060.00   0.08
XYZ55.754365.019487.4533
Yxy65.01940.26780.3123
Hunter Lab80.6346-17.6878-7.8595
CIE-Lab84.4937-14.6101-12.6446

#a4dcea color RGB value is (164,220,234).

#a4dcea hex color red value is 164, green value is 220 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #a4dcea hue: 0.53 , saturation: 0.63 and the lightness value of a4dcea is 0.78.

The process color (four color CMYK) of #a4dcea color hex is 0.30, 0.06, 0.00, 0.08. Web safe color of #a4dcea is #99ccff. Color #a4dcea contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100100 11011100 11101010
Octal 244 334 352
Decimal 164 220 234
Hex A4 DC EA

RGB Percentages of Color #a4dcea

%26.54
%35.60
%37.86

CMYK Percentages of Color #a4dcea

%30
%6
%0
%8

Triadic Colors of #a4dcea

#a4dcea #eaa4dc #dceaa4

Analogous Colors of #a4dcea

#a4dcea #a4b9ea #a4ead5

Monochromatic Colors of #a4dcea

#a4dcea

Complementary Color

#a4dcea #eab2a4

#a4dcea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a4dcea Color Preview on White Background

Lorem ipsum dolor sit amet.

#a4dcea Color CSS Codes

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

#a4dcea Text Font Color

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

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


#a4dcea Background Color

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

This div background color is #a4dcea


#a4dcea Border Color

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

This div border color is #a4dcea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a4dcea


Comments

No comments written yet.

Please login to write comment.