Color Hex Logo

#a7bbed Color Hex

#A7BBED
(167,187,237)
0 Favorites   0 Comments

Color spaces of #a7bbed

RGB 167187237
HSL0.620.660.79
HSV223°30°93°
CMYK 0.300.210.00   0.07
XYZ48.992749.870687.1646
Yxy49.87060.26340.2681
Hunter Lab70.61910.2527-23.7478
CIE-Lab75.98984.3908-27.1018

#a7bbed color RGB value is (167,187,237).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100111 10111011 11101101
Octal 247 273 355
Decimal 167 187 237
Hex A7 BB ED

RGB Percentages of Color #a7bbed

%28.26
%31.64
%40.10

CMYK Percentages of Color #a7bbed

%30
%21
%0
%7

Triadic Colors of #a7bbed

#a7bbed #eda7bb #bbeda7

Analogous Colors of #a7bbed

#a7bbed #b6a7ed #a7deed

Monochromatic Colors of #a7bbed

#a7bbed

Complementary Color

#a7bbed #edd9a7

#a7bbed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a7bbed Color Preview on White Background

Lorem ipsum dolor sit amet.

#a7bbed Color CSS Codes

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

#a7bbed Text Font Color

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

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


#a7bbed Background Color

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

This div background color is #a7bbed


#a7bbed Border Color

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

This div border color is #a7bbed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a7bbed


Comments

No comments written yet.

Please login to write comment.