Color Hex Logo

#c4be58 Color Hex

#C4BE58
(196,190,88)
0 Favorites   0 Comments

Color spaces of #c4be58

RGB 19619088
HSL0.160.480.56
HSV57°55°77°
CMYK 0.000.030.55   0.23
XYZ42.939949.267316.4789
Yxy49.26730.39510.4533
Hunter Lab70.1907-13.634435.2138
CIE-Lab75.6173-11.244351.3784

#c4be58 color RGB value is (196,190,88).

#c4be58 hex color red value is 196, green value is 190 and the blue value of its RGB is 88. Cylindrical-coordinate representations (also known as HSL) of color #c4be58 hue: 0.16 , saturation: 0.48 and the lightness value of c4be58 is 0.56.

The process color (four color CMYK) of #c4be58 color hex is 0.00, 0.03, 0.55, 0.23. Web safe color of #c4be58 is #cccc66. Color #c4be58 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000100 10111110 01011000
Octal 304 276 130
Decimal 196 190 88
Hex C4 BE 58

RGB Percentages of Color #c4be58

%41.35
%40.08
%18.57

CMYK Percentages of Color #c4be58

%0
%3
%55
%23

Triadic Colors of #c4be58

#c4be58 #58c4be #be58c4

Analogous Colors of #c4be58

#c4be58 #94c458 #c48858

Monochromatic Colors of #c4be58

#c4be58

Complementary Color

#c4be58 #585ec4

#c4be58 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c4be58 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c4be58 Color CSS Codes

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

#c4be58 Text Font Color

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

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


#c4be58 Background Color

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

This div background color is #c4be58


#c4be58 Border Color

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

This div border color is #c4be58


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(196,190,88, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c4be58


Comments

No comments written yet.

Please login to write comment.