Color Hex Logo

#a7ceae Color Hex

#A7CEAE
(167,206,174)
0 Favorites   0 Comments

Color spaces of #a7ceae

RGB 167206174
HSL0.360.280.73
HSV131°19°81°
CMYK 0.190.000.16   0.19
XYZ45.647655.414148.3345
Yxy55.41410.30550.3709
Hunter Lab74.4406-20.813513.6113
CIE-Lab79.2792-19.127811.7069

#a7ceae color RGB value is (167,206,174).

#a7ceae hex color red value is 167, green value is 206 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #a7ceae hue: 0.36 , saturation: 0.28 and the lightness value of a7ceae is 0.73.

The process color (four color CMYK) of #a7ceae color hex is 0.19, 0.00, 0.16, 0.19. Web safe color of #a7ceae is #99cc99. Color #a7ceae contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10100111 11001110 10101110
Octal 247 316 256
Decimal 167 206 174
Hex A7 CE AE

RGB Percentages of Color #a7ceae

%30.53
%37.66
%31.81

CMYK Percentages of Color #a7ceae

%19
%0
%16
%19

Triadic Colors of #a7ceae

#a7ceae #aea7ce #ceaea7

Analogous Colors of #a7ceae

#a7ceae #a7cec2 #b4cea7

Monochromatic Colors of #a7ceae

#a7ceae

Complementary Color

#a7ceae #cea7c7

#a7ceae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a7ceae Color Preview on White Background

Lorem ipsum dolor sit amet.

#a7ceae Color CSS Codes

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

#a7ceae Text Font Color

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

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


#a7ceae Background Color

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

This div background color is #a7ceae


#a7ceae Border Color

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

This div border color is #a7ceae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a7ceae


Comments

No comments written yet.

Please login to write comment.