Color Hex Logo

#a4ceff Color Hex

#A4CEFF
(164,206,255)
0 Favorites   0 Comments

Color spaces of #a4ceff

RGB 164206255
HSL0.591.000.82
HSV212°36°100°
CMYK 0.360.190.00   0.00
XYZ55.431159.2551103.1236
Yxy59.25510.25450.2720
Hunter Lab76.9773-6.1731-25.5444
CIE-Lab81.4316-2.2216-28.4240

#a4ceff color RGB value is (164,206,255).

#a4ceff hex color red value is 164, green value is 206 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #a4ceff hue: 0.59 , saturation: 1.00 and the lightness value of a4ceff is 0.82.

The process color (four color CMYK) of #a4ceff color hex is 0.36, 0.19, 0.00, 0.00. Web safe color of #a4ceff is #99ccff. Color #a4ceff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100100 11001110 11111111
Octal 244 316 377
Decimal 164 206 255
Hex A4 CE FF

RGB Percentages of Color #a4ceff

%26.24
%32.96
%40.80

CMYK Percentages of Color #a4ceff

%36
%19
%0
%0

Triadic Colors of #a4ceff

#a4ceff #ffa4ce #ceffa4

Analogous Colors of #a4ceff

#a4ceff #a8a4ff #a4fcff

Monochromatic Colors of #a4ceff

#a4ceff

Complementary Color

#a4ceff #ffd5a4

#a4ceff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a4ceff Color Preview on White Background

Lorem ipsum dolor sit amet.

#a4ceff Color CSS Codes

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

#a4ceff Text Font Color

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

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


#a4ceff Background Color

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

This div background color is #a4ceff


#a4ceff Border Color

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

This div border color is #a4ceff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a4ceff

Related Colors


Comments

No comments written yet.

Please login to write comment.