Color Hex Logo

#a7cebf Color Hex

#A7CEBF
(167,206,191)
0 Favorites   0 Comments

Color spaces of #a7cebf

RGB 167206191
HSL0.440.280.73
HSV157°19°81°
CMYK 0.190.000.07   0.19
XYZ47.411656.119757.6235
Yxy56.11970.29420.3482
Hunter Lab74.9131-18.12746.8330
CIE-Lab79.6819-15.88343.1944

#a7cebf color RGB value is (167,206,191).

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

The process color (four color CMYK) of #a7cebf color hex is 0.19, 0.00, 0.07, 0.19. Web safe color of #a7cebf is #99cccc. Color #a7cebf contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10100111 11001110 10111111
Octal 247 316 277
Decimal 167 206 191
Hex A7 CE BF

RGB Percentages of Color #a7cebf

%29.61
%36.52
%33.87

CMYK Percentages of Color #a7cebf

%19
%0
%7
%19

Triadic Colors of #a7cebf

#a7cebf #bfa7ce #cebfa7

Analogous Colors of #a7cebf

#a7cebf #a7cace #a7ceac

Monochromatic Colors of #a7cebf

#a7cebf

Complementary Color

#a7cebf #cea7b6

#a7cebf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a7cebf Color Preview on White Background

Lorem ipsum dolor sit amet.

#a7cebf Color CSS Codes

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

#a7cebf Text Font Color

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

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


#a7cebf Background Color

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

This div background color is #a7cebf


#a7cebf Border Color

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

This div border color is #a7cebf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a7cebf


Comments

No comments written yet.

Please login to write comment.