Color Hex Logo

#c5b455 Color Hex

#C5B455
(197,180,85)
0 Favorites   0 Comments

Color spaces of #c5b455

RGB 19718085
HSL0.140.490.55
HSV51°57°77°
CMYK 0.000.090.57   0.23
XYZ40.986945.168715.1525
Yxy45.16870.40460.4459
Hunter Lab67.2077-8.754433.6780
CIE-Lab73.0028-5.882049.8106

#c5b455 color RGB value is (197,180,85).

#c5b455 hex color red value is 197, green value is 180 and the blue value of its RGB is 85. Cylindrical-coordinate representations (also known as HSL) of color #c5b455 hue: 0.14 , saturation: 0.49 and the lightness value of c5b455 is 0.55.

The process color (four color CMYK) of #c5b455 color hex is 0.00, 0.09, 0.57, 0.23. Web safe color of #c5b455 is #cccc66. Color #c5b455 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000101 10110100 01010101
Octal 305 264 125
Decimal 197 180 85
Hex C5 B4 55

RGB Percentages of Color #c5b455

%42.64
%38.96
%18.40

CMYK Percentages of Color #c5b455

%0
%9
%57
%23

Triadic Colors of #c5b455

#c5b455 #55c5b4 #b455c5

Analogous Colors of #c5b455

#c5b455 #9ec555 #c57c55

Monochromatic Colors of #c5b455

#c5b455

Complementary Color

#c5b455 #5566c5

#c5b455 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c5b455 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c5b455 Color CSS Codes

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

#c5b455 Text Font Color

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

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


#c5b455 Background Color

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

This div background color is #c5b455


#c5b455 Border Color

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

This div border color is #c5b455


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c5b455


Comments

No comments written yet.

Please login to write comment.