Color Hex Logo

#a4ceea Color Hex

#A4CEEA
(164,206,234)
0 Favorites   0 Comments

Color spaces of #a4ceea

RGB 164206234
HSL0.570.630.78
HSV204°30°92°
CMYK 0.300.120.00   0.08
XYZ52.232457.975686.2794
Yxy57.97560.26580.2951
Hunter Lab76.1417-10.7989-13.8848
CIE-Lab80.7252-7.3720-18.3065

#a4ceea color RGB value is (164,206,234).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100100 11001110 11101010
Octal 244 316 352
Decimal 164 206 234
Hex A4 CE EA

RGB Percentages of Color #a4ceea

%27.15
%34.11
%38.74

CMYK Percentages of Color #a4ceea

%30
%12
%0
%8

Triadic Colors of #a4ceea

#a4ceea #eaa4ce #ceeaa4

Analogous Colors of #a4ceea

#a4ceea #a4abea #a4eae3

Monochromatic Colors of #a4ceea

#a4ceea

Complementary Color

#a4ceea #eac0a4

#a4ceea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a4ceea Color Preview on White Background

Lorem ipsum dolor sit amet.

#a4ceea Color CSS Codes

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

#a4ceea Text Font Color

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

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


#a4ceea Background Color

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

This div background color is #a4ceea


#a4ceea Border Color

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

This div border color is #a4ceea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a4ceea

#a4ceea Color Palettes


Comments

No comments written yet.

Please login to write comment.