Color Hex Logo

#c5bda1 Color Hex

#C5BDA1
(197,189,161)
0 Favorites   0 Comments

Color spaces of #c5bda1

RGB 197189161
HSL0.130.240.70
HSV47°18°77°
CMYK 0.000.040.18   0.23
XYZ47.656650.838741.0193
Yxy50.83870.34160.3644
Hunter Lab71.3013-5.470715.8016
CIE-Lab76.5812-1.836515.1766

#c5bda1 color RGB value is (197,189,161).

#c5bda1 hex color red value is 197, green value is 189 and the blue value of its RGB is 161. Cylindrical-coordinate representations (also known as HSL) of color #c5bda1 hue: 0.13 , saturation: 0.24 and the lightness value of c5bda1 is 0.70.

The process color (four color CMYK) of #c5bda1 color hex is 0.00, 0.04, 0.18, 0.23. Web safe color of #c5bda1 is #cccc99. Color #c5bda1 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000101 10111101 10100001
Octal 305 275 241
Decimal 197 189 161
Hex C5 BD A1

RGB Percentages of Color #c5bda1

%36.01
%34.55
%29.43

CMYK Percentages of Color #c5bda1

%0
%4
%18
%23

Triadic Colors of #c5bda1

#c5bda1 #a1c5bd #bda1c5

Analogous Colors of #c5bda1

#c5bda1 #bbc5a1 #c5aba1

Monochromatic Colors of #c5bda1

#c5bda1

Complementary Color

#c5bda1 #a1a9c5

#c5bda1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c5bda1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c5bda1 Color CSS Codes

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

#c5bda1 Text Font Color

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

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


#c5bda1 Background Color

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

This div background color is #c5bda1


#c5bda1 Border Color

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

This div border color is #c5bda1


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(197,189,161, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c5bda1


Comments

No comments written yet.

Please login to write comment.