Color Hex Logo

#a4cefa Color Hex

#A4CEFA
(164,206,250)
0 Favorites   0 Comments

Color spaces of #a4cefa

RGB 164206250
HSL0.590.900.81
HSV211°34°98°
CMYK 0.340.180.00   0.02
XYZ54.636558.937398.9389
Yxy58.93730.25710.2773
Hunter Lab76.7706-7.3129-22.6711
CIE-Lab81.2571-3.4752-26.0314

#a4cefa color RGB value is (164,206,250).

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

The process color (four color CMYK) of #a4cefa color hex is 0.34, 0.18, 0.00, 0.02. Web safe color of #a4cefa is #99ccff. Color #a4cefa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100100 11001110 11111010
Octal 244 316 372
Decimal 164 206 250
Hex A4 CE FA

RGB Percentages of Color #a4cefa

%26.45
%33.23
%40.32

CMYK Percentages of Color #a4cefa

%34
%18
%0
%2

Triadic Colors of #a4cefa

#a4cefa #faa4ce #cefaa4

Analogous Colors of #a4cefa

#a4cefa #a5a4fa #a4f9fa

Monochromatic Colors of #a4cefa

#a4cefa

Complementary Color

#a4cefa #fad0a4

#a4cefa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a4cefa Color Preview on White Background

Lorem ipsum dolor sit amet.

#a4cefa Color CSS Codes

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

#a4cefa Text Font Color

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

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


#a4cefa Background Color

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

This div background color is #a4cefa


#a4cefa Border Color

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

This div border color is #a4cefa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a4cefa


Comments

No comments written yet.

Please login to write comment.