Color Hex Logo

#c1bdae Color Hex

#C1BDAE
(193,189,174)
0 Favorites   0 Comments

Color spaces of #c1bdae

RGB 193189174
HSL0.130.130.72
HSV47°10°76°
CMYK 0.000.020.10   0.24
XYZ47.829950.788647.3267
Yxy50.78860.32770.3480
Hunter Lab71.2661-4.916310.5127
CIE-Lab76.5508-1.22458.0705

#c1bdae color RGB value is (193,189,174).

#c1bdae hex color red value is 193, green value is 189 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #c1bdae hue: 0.13 , saturation: 0.13 and the lightness value of c1bdae is 0.72.

The process color (four color CMYK) of #c1bdae color hex is 0.00, 0.02, 0.10, 0.24. Web safe color of #c1bdae is #cccc99. Color #c1bdae contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000001 10111101 10101110
Octal 301 275 256
Decimal 193 189 174
Hex C1 BD AE

RGB Percentages of Color #c1bdae

%34.71
%33.99
%31.29

CMYK Percentages of Color #c1bdae

%0
%2
%10
%24

Triadic Colors of #c1bdae

#c1bdae #aec1bd #bdaec1

Analogous Colors of #c1bdae

#c1bdae #bcc1ae #c1b4ae

Monochromatic Colors of #c1bdae

#c1bdae

Complementary Color

#c1bdae #aeb2c1

#c1bdae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c1bdae Color Preview on White Background

Lorem ipsum dolor sit amet.

#c1bdae Color CSS Codes

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

#c1bdae Text Font Color

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

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


#c1bdae Background Color

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

This div background color is #c1bdae


#c1bdae Border Color

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

This div border color is #c1bdae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c1bdae


Comments

No comments written yet.

Please login to write comment.