Color Hex Logo

#a7beea Color Hex

#A7BEEA
(167,190,234)
0 Favorites   0 Comments

Color spaces of #a7beea

RGB 167190234
HSL0.610.610.79
HSV219°29°92°
CMYK 0.290.190.00   0.08
XYZ49.201150.982985.0894
Yxy50.98290.26560.2752
Hunter Lab71.4023-1.9553-20.6737
CIE-Lab76.66862.0322-24.4458

#a7beea color RGB value is (167,190,234).

#a7beea hex color red value is 167, green value is 190 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #a7beea hue: 0.61 , saturation: 0.61 and the lightness value of a7beea is 0.79.

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

Base Numbers

BaseRedGreenBlue
Binary 10100111 10111110 11101010
Octal 247 276 352
Decimal 167 190 234
Hex A7 BE EA

RGB Percentages of Color #a7beea

%28.26
%32.15
%39.59

CMYK Percentages of Color #a7beea

%29
%19
%0
%8

Triadic Colors of #a7beea

#a7beea #eaa7be #beeaa7

Analogous Colors of #a7beea

#a7beea #b2a7ea #a7e0ea

Monochromatic Colors of #a7beea

#a7beea

Complementary Color

#a7beea #ead3a7

#a7beea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a7beea Color Preview on White Background

Lorem ipsum dolor sit amet.

#a7beea Color CSS Codes

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

#a7beea Text Font Color

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

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


#a7beea Background Color

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

This div background color is #a7beea


#a7beea Border Color

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

This div border color is #a7beea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a7beea


Comments

No comments written yet.

Please login to write comment.