Color Hex Logo

#a7bcec Color Hex

#A7BCEC
(167,188,236)
0 Favorites   0 Comments

Color spaces of #a7bcec

RGB 167188236
HSL0.620.640.79
HSV222°29°93°
CMYK 0.290.200.00   0.07
XYZ49.059950.238186.4681
Yxy50.23810.26410.2704
Hunter Lab70.8788-0.4864-22.7152
CIE-Lab76.21523.6024-26.2173

#a7bcec color RGB value is (167,188,236).

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

The process color (four color CMYK) of #a7bcec color hex is 0.29, 0.20, 0.00, 0.07. Web safe color of #a7bcec is #99ccff. Color #a7bcec contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100111 10111100 11101100
Octal 247 274 354
Decimal 167 188 236
Hex A7 BC EC

RGB Percentages of Color #a7bcec

%28.26
%31.81
%39.93

CMYK Percentages of Color #a7bcec

%29
%20
%0
%7

Triadic Colors of #a7bcec

#a7bcec #eca7bc #bceca7

Analogous Colors of #a7bcec

#a7bcec #b5a7ec #a7dfec

Monochromatic Colors of #a7bcec

#a7bcec

Complementary Color

#a7bcec #ecd7a7

#a7bcec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a7bcec Color Preview on White Background

Lorem ipsum dolor sit amet.

#a7bcec Color CSS Codes

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

#a7bcec Text Font Color

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

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


#a7bcec Background Color

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

This div background color is #a7bcec


#a7bcec Border Color

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

This div border color is #a7bcec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a7bcec


Comments

No comments written yet.

Please login to write comment.