Color Hex Logo

#a7defe Color Hex

#A7DEFE
(167,222,254)
0 Favorites   0 Comments

Color spaces of #a7defe

RGB 167222254
HSL0.560.980.83
HSV202°34°100°
CMYK 0.340.130.00   0.00
XYZ59.947067.6138103.6572
Yxy67.61380.25930.2924
Hunter Lab82.2276-13.7652-17.1824
CIE-Lab85.8130-10.0573-21.2082

#a7defe color RGB value is (167,222,254).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100111 11011110 11111110
Octal 247 336 376
Decimal 167 222 254
Hex A7 DE FE

RGB Percentages of Color #a7defe

%25.97
%34.53
%39.50

CMYK Percentages of Color #a7defe

%34
%13
%0
%0

Triadic Colors of #a7defe

#a7defe #fea7de #defea7

Analogous Colors of #a7defe

#a7defe #a7b3fe #a7fef3

Monochromatic Colors of #a7defe

#a7defe

Complementary Color

#a7defe #fec7a7

#a7defe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a7defe Color Preview on White Background

Lorem ipsum dolor sit amet.

#a7defe Color CSS Codes

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

#a7defe Text Font Color

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

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


#a7defe Background Color

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

This div background color is #a7defe


#a7defe Border Color

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

This div border color is #a7defe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a7defe


Comments

No comments written yet.

Please login to write comment.