Color Hex Logo

#a7befd Color Hex

#A7BEFD
(167,190,253)
0 Favorites   0 Comments

Color spaces of #a7befd

RGB 167190253
HSL0.620.960.82
HSV224°34°99°
CMYK 0.340.250.00   0.01
XYZ52.079452.1343100.2465
Yxy52.13430.25470.2550
Hunter Lab72.20412.3914-31.7740
CIE-Lab77.36116.7284-33.5984

#a7befd color RGB value is (167,190,253).

#a7befd hex color red value is 167, green value is 190 and the blue value of its RGB is 253. Cylindrical-coordinate representations (also known as HSL) of color #a7befd hue: 0.62 , saturation: 0.96 and the lightness value of a7befd is 0.82.

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

Base Numbers

BaseRedGreenBlue
Binary 10100111 10111110 11111101
Octal 247 276 375
Decimal 167 190 253
Hex A7 BE FD

RGB Percentages of Color #a7befd

%27.38
%31.15
%41.48

CMYK Percentages of Color #a7befd

%34
%25
%0
%1

Triadic Colors of #a7befd

#a7befd #fda7be #befda7

Analogous Colors of #a7befd

#a7befd #bba7fd #a7e9fd

Monochromatic Colors of #a7befd

#a7befd

Complementary Color

#a7befd #fde6a7

#a7befd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a7befd Color Preview on White Background

Lorem ipsum dolor sit amet.

#a7befd Color CSS Codes

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

#a7befd Text Font Color

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

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


#a7befd Background Color

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

This div background color is #a7befd


#a7befd Border Color

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

This div border color is #a7befd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a7befd

Related Colors


Comments

No comments written yet.

Please login to write comment.