Color Hex Logo

#c4bfae Color Hex

#C4BFAE
(196,191,174)
0 Favorites   0 Comments

Color spaces of #c4bfae

RGB 196191174
HSL0.130.160.73
HSV46°11°77°
CMYK 0.000.030.11   0.23
XYZ49.035752.053447.5072
Yxy52.05340.33000.3503
Hunter Lab72.1480-4.940811.4630
CIE-Lab77.3128-1.19459.1919

#c4bfae color RGB value is (196,191,174).

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

The process color (four color CMYK) of #c4bfae color hex is 0.00, 0.03, 0.11, 0.23. Web safe color of #c4bfae is #cccc99. Color #c4bfae contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000100 10111111 10101110
Octal 304 277 256
Decimal 196 191 174
Hex C4 BF AE

RGB Percentages of Color #c4bfae

%34.94
%34.05
%31.02

CMYK Percentages of Color #c4bfae

%0
%3
%11
%23

Triadic Colors of #c4bfae

#c4bfae #aec4bf #bfaec4

Analogous Colors of #c4bfae

#c4bfae #bec4ae #c4b4ae

Monochromatic Colors of #c4bfae

#c4bfae

Complementary Color

#c4bfae #aeb3c4

#c4bfae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c4bfae Color Preview on White Background

Lorem ipsum dolor sit amet.

#c4bfae Color CSS Codes

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

#c4bfae Text Font Color

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

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


#c4bfae Background Color

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

This div background color is #c4bfae


#c4bfae Border Color

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

This div border color is #c4bfae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c4bfae


Comments

No comments written yet.

Please login to write comment.