Color Hex Logo

#a7faeb Color Hex

#A7FAEB
(167,250,235)
0 Favorites   0 Comments

Color spaces of #a7faeb

RGB 167250235
HSL0.470.890.82
HSV169°33°98°
CMYK 0.330.000.06   0.02
XYZ65.117482.584991.1057
Yxy82.58490.27270.3458
Hunter Lab90.8762-31.12924.1737
CIE-Lab92.8324-28.3242-0.8205

#a7faeb color RGB value is (167,250,235).

#a7faeb hex color red value is 167, green value is 250 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #a7faeb hue: 0.47 , saturation: 0.89 and the lightness value of a7faeb is 0.82.

The process color (four color CMYK) of #a7faeb color hex is 0.33, 0.00, 0.06, 0.02. Web safe color of #a7faeb is #99ffff. Color #a7faeb contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10100111 11111010 11101011
Octal 247 372 353
Decimal 167 250 235
Hex A7 FA EB

RGB Percentages of Color #a7faeb

%25.61
%38.34
%36.04

CMYK Percentages of Color #a7faeb

%33
%0
%6
%2

Triadic Colors of #a7faeb

#a7faeb #eba7fa #faeba7

Analogous Colors of #a7faeb

#a7faeb #a7e0fa #a7fac2

Monochromatic Colors of #a7faeb

#a7faeb

Complementary Color

#a7faeb #faa7b6

#a7faeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a7faeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#a7faeb Color CSS Codes

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

#a7faeb Text Font Color

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

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


#a7faeb Background Color

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

This div background color is #a7faeb


#a7faeb Border Color

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

This div border color is #a7faeb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a7faeb


Comments

No comments written yet.

Please login to write comment.