Color Hex Logo

#a7bfed Color Hex

#A7BFED
(167,191,237)
0 Favorites   0 Comments

Color spaces of #a7bfed

RGB 167191237
HSL0.610.660.79
HSV219°30°93°
CMYK 0.300.190.00   0.07
XYZ49.853251.591587.4514
Yxy51.59150.26390.2731
Hunter Lab71.8272-1.8059-21.9080
CIE-Lab77.03592.2150-25.5016

#a7bfed color RGB value is (167,191,237).

#a7bfed hex color red value is 167, green value is 191 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #a7bfed hue: 0.61 , saturation: 0.66 and the lightness value of a7bfed is 0.79.

The process color (four color CMYK) of #a7bfed color hex is 0.30, 0.19, 0.00, 0.07. Web safe color of #a7bfed is #99ccff. Color #a7bfed contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100111 10111111 11101101
Octal 247 277 355
Decimal 167 191 237
Hex A7 BF ED

RGB Percentages of Color #a7bfed

%28.07
%32.10
%39.83

CMYK Percentages of Color #a7bfed

%30
%19
%0
%7

Triadic Colors of #a7bfed

#a7bfed #eda7bf #bfeda7

Analogous Colors of #a7bfed

#a7bfed #b2a7ed #a7e2ed

Monochromatic Colors of #a7bfed

#a7bfed

Complementary Color

#a7bfed #edd5a7

#a7bfed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a7bfed Color Preview on White Background

Lorem ipsum dolor sit amet.

#a7bfed Color CSS Codes

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

#a7bfed Text Font Color

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

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


#a7bfed Background Color

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

This div background color is #a7bfed


#a7bfed Border Color

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

This div border color is #a7bfed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a7bfed


Comments

No comments written yet.

Please login to write comment.