Color Hex Logo

#a7e1fe Color Hex

#A7E1FE
(167,225,254)
0 Favorites   0 Comments

Color spaces of #a7e1fe

RGB 167225254
HSL0.560.980.83
HSV200°34°100°
CMYK 0.340.110.00   0.00
XYZ60.751069.2217103.9251
Yxy69.22170.25970.2959
Hunter Lab83.1996-15.2614-15.8198
CIE-Lab86.6137-11.6004-19.9969

#a7e1fe color RGB value is (167,225,254).

#a7e1fe hex color red value is 167, green value is 225 and the blue value of its RGB is 254. Cylindrical-coordinate representations (also known as HSL) of color #a7e1fe hue: 0.56 , saturation: 0.98 and the lightness value of a7e1fe is 0.83.

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

Base Numbers

BaseRedGreenBlue
Binary 10100111 11100001 11111110
Octal 247 341 376
Decimal 167 225 254
Hex A7 E1 FE

RGB Percentages of Color #a7e1fe

%25.85
%34.83
%39.32

CMYK Percentages of Color #a7e1fe

%34
%11
%0
%0

Triadic Colors of #a7e1fe

#a7e1fe #fea7e1 #e1fea7

Analogous Colors of #a7e1fe

#a7e1fe #a7b6fe #a7fef0

Monochromatic Colors of #a7e1fe

#a7e1fe

Complementary Color

#a7e1fe #fec4a7

#a7e1fe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a7e1fe Color Preview on White Background

Lorem ipsum dolor sit amet.

#a7e1fe Color CSS Codes

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

#a7e1fe Text Font Color

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

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


#a7e1fe Background Color

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

This div background color is #a7e1fe


#a7e1fe Border Color

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

This div border color is #a7e1fe


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(167,225,254, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a7e1fe


Comments

No comments written yet.

Please login to write comment.