Color Hex Logo

#a7cccb Color Hex

#A7CCCB
(167,204,203)
0 Favorites   0 Comments

Color spaces of #a7cccb

RGB 167204203
HSL0.500.270.73
HSV178°18°80°
CMYK 0.180.000.00   0.20
XYZ48.308755.713064.7075
Yxy55.71300.28630.3302
Hunter Lab74.6411-15.09450.8494
CIE-Lab79.4502-12.3993-3.5799

#a7cccb color RGB value is (167,204,203).

#a7cccb hex color red value is 167, green value is 204 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #a7cccb hue: 0.50 , saturation: 0.27 and the lightness value of a7cccb is 0.73.

The process color (four color CMYK) of #a7cccb color hex is 0.18, 0.00, 0.00, 0.20. Web safe color of #a7cccb is #99cccc. Color #a7cccb contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10100111 11001100 11001011
Octal 247 314 313
Decimal 167 204 203
Hex A7 CC CB

RGB Percentages of Color #a7cccb

%29.09
%35.54
%35.37

CMYK Percentages of Color #a7cccb

%18
%0
%0
%20

Triadic Colors of #a7cccb

#a7cccb #cba7cc #cccba7

Analogous Colors of #a7cccb

#a7cccb #a7bbcc #a7ccb9

Monochromatic Colors of #a7cccb

#a7cccb

Complementary Color

#a7cccb #cca7a8

#a7cccb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a7cccb Color Preview on White Background

Lorem ipsum dolor sit amet.

#a7cccb Color CSS Codes

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

#a7cccb Text Font Color

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

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


#a7cccb Background Color

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

This div background color is #a7cccb


#a7cccb Border Color

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

This div border color is #a7cccb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a7cccb


Comments

No comments written yet.

Please login to write comment.