Color Hex Logo

#a7ecfa Color Hex

#A7ECFA
(167,236,250)
0 Favorites   0 Comments

Color spaces of #a7ecfa

RGB 167236250
HSL0.530.890.82
HSV190°33°98°
CMYK 0.330.060.00   0.02
XYZ63.187175.1085101.6096
Yxy75.10850.26340.3131
Hunter Lab86.6652-21.5206-8.8483
CIE-Lab89.4438-18.1173-13.6440

#a7ecfa color RGB value is (167,236,250).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100111 11101100 11111010
Octal 247 354 372
Decimal 167 236 250
Hex A7 EC FA

RGB Percentages of Color #a7ecfa

%25.57
%36.14
%38.28

CMYK Percentages of Color #a7ecfa

%33
%6
%0
%2

Triadic Colors of #a7ecfa

#a7ecfa #faa7ec #ecfaa7

Analogous Colors of #a7ecfa

#a7ecfa #a7c3fa #a7fadf

Monochromatic Colors of #a7ecfa

#a7ecfa

Complementary Color

#a7ecfa #fab5a7

#a7ecfa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a7ecfa Color Preview on White Background

Lorem ipsum dolor sit amet.

#a7ecfa Color CSS Codes

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

#a7ecfa Text Font Color

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

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


#a7ecfa Background Color

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

This div background color is #a7ecfa


#a7ecfa Border Color

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

This div border color is #a7ecfa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a7ecfa


Comments

No comments written yet.

Please login to write comment.