Color Hex Logo

#c5bd98 Color Hex

#C5BD98
(197,189,152)
0 Favorites   0 Comments

Color spaces of #c5bd98

RGB 197189152
HSL0.140.280.68
HSV49°23°77°
CMYK 0.000.040.23   0.23
XYZ46.891050.532536.9881
Yxy50.53250.34890.3760
Hunter Lab71.0862-6.655918.9101
CIE-Lab76.3950-3.172319.7514

#c5bd98 color RGB value is (197,189,152).

#c5bd98 hex color red value is 197, green value is 189 and the blue value of its RGB is 152. Cylindrical-coordinate representations (also known as HSL) of color #c5bd98 hue: 0.14 , saturation: 0.28 and the lightness value of c5bd98 is 0.68.

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

Base Numbers

BaseRedGreenBlue
Binary 11000101 10111101 10011000
Octal 305 275 230
Decimal 197 189 152
Hex C5 BD 98

RGB Percentages of Color #c5bd98

%36.62
%35.13
%28.25

CMYK Percentages of Color #c5bd98

%0
%4
%23
%23

Triadic Colors of #c5bd98

#c5bd98 #98c5bd #bd98c5

Analogous Colors of #c5bd98

#c5bd98 #b7c598 #c5a798

Monochromatic Colors of #c5bd98

#c5bd98

Complementary Color

#c5bd98 #98a0c5

#c5bd98 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c5bd98 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c5bd98 Color CSS Codes

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

#c5bd98 Text Font Color

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

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


#c5bd98 Background Color

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

This div background color is #c5bd98


#c5bd98 Border Color

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

This div border color is #c5bd98


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c5bd98


Comments

No comments written yet.

Please login to write comment.