Color Hex Logo

#a7beca Color Hex

#A7BECA
(167,190,202)
0 Favorites   0 Comments

Color spaces of #a7beca

RGB 167190202
HSL0.560.250.72
HSV201°17°79°
CMYK 0.170.060.00   0.21
XYZ45.010549.306763.0219
Yxy49.30670.28610.3134
Hunter Lab70.2187-8.4635-4.0602
CIE-Lab75.6417-5.2793-8.6733

#a7beca color RGB value is (167,190,202).

#a7beca hex color red value is 167, green value is 190 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #a7beca hue: 0.56 , saturation: 0.25 and the lightness value of a7beca is 0.72.

The process color (four color CMYK) of #a7beca color hex is 0.17, 0.06, 0.00, 0.21. Web safe color of #a7beca is #99cccc. Color #a7beca contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100111 10111110 11001010
Octal 247 276 312
Decimal 167 190 202
Hex A7 BE CA

RGB Percentages of Color #a7beca

%29.87
%33.99
%36.14

CMYK Percentages of Color #a7beca

%17
%6
%0
%21

Triadic Colors of #a7beca

#a7beca #caa7be #becaa7

Analogous Colors of #a7beca

#a7beca #a7adca #a7cac5

Monochromatic Colors of #a7beca

#a7beca

Complementary Color

#a7beca #cab3a7

#a7beca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a7beca Color Preview on White Background

Lorem ipsum dolor sit amet.

#a7beca Color CSS Codes

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

#a7beca Text Font Color

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

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


#a7beca Background Color

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

This div background color is #a7beca


#a7beca Border Color

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

This div border color is #a7beca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a7beca


Comments

No comments written yet.

Please login to write comment.