Color Hex Logo

#c6bfae Color Hex

#C6BFAE
(198,191,174)
0 Favorites   0 Comments

Color spaces of #c6bfae

RGB 198191174
HSL0.120.170.73
HSV43°12°78°
CMYK 0.000.040.12   0.22
XYZ49.559552.323447.5318
Yxy52.32340.33170.3502
Hunter Lab72.3349-4.288711.6745
CIE-Lab77.4738-0.46599.4434

#c6bfae color RGB value is (198,191,174).

#c6bfae hex color red value is 198, green value is 191 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #c6bfae hue: 0.12 , saturation: 0.17 and the lightness value of c6bfae is 0.73.

The process color (four color CMYK) of #c6bfae color hex is 0.00, 0.04, 0.12, 0.22. Web safe color of #c6bfae is #cccc99. Color #c6bfae contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000110 10111111 10101110
Octal 306 277 256
Decimal 198 191 174
Hex C6 BF AE

RGB Percentages of Color #c6bfae

%35.17
%33.93
%30.91

CMYK Percentages of Color #c6bfae

%0
%4
%12
%22

Triadic Colors of #c6bfae

#c6bfae #aec6bf #bfaec6

Analogous Colors of #c6bfae

#c6bfae #c1c6ae #c6b3ae

Monochromatic Colors of #c6bfae

#c6bfae

Complementary Color

#c6bfae #aeb5c6

#c6bfae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c6bfae Color Preview on White Background

Lorem ipsum dolor sit amet.

#c6bfae Color CSS Codes

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

#c6bfae Text Font Color

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

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


#c6bfae Background Color

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

This div background color is #c6bfae


#c6bfae Border Color

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

This div border color is #c6bfae


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(198,191,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 #c6bfae">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c6bfae


Comments

No comments written yet.

Please login to write comment.