Color Hex Logo

#c8b404 Color Hex

#C8B404
(200,180,4)
0 Favorites   0 Comments

Color spaces of #c8b404

RGB 2001804
HSL0.150.960.40
HSV54°98°78°
CMYK 0.000.100.98   0.22
XYZ40.162644.93066.6706
Yxy44.93060.43770.4896
Hunter Lab67.0303-10.351041.0209
CIE-Lab72.8462-7.756274.3397

#c8b404 color RGB value is (200,180,4).

#c8b404 hex color red value is 200, green value is 180 and the blue value of its RGB is 4. Cylindrical-coordinate representations (also known as HSL) of color #c8b404 hue: 0.15 , saturation: 0.96 and the lightness value of c8b404 is 0.40.

The process color (four color CMYK) of #c8b404 color hex is 0.00, 0.10, 0.98, 0.22. Web safe color of #c8b404 is #cccc00. Color #c8b404 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001000 10110100 00000100
Octal 310 264 4
Decimal 200 180 4
Hex C8 B4 4

RGB Percentages of Color #c8b404

%52.08
%46.88
%1.04

CMYK Percentages of Color #c8b404

%0
%10
%98
%22

Triadic Colors of #c8b404

#c8b404 #04c8b4 #b404c8

Analogous Colors of #c8b404

#c8b404 #7ac804 #c85204

Monochromatic Colors of #c8b404

#c8b404

Complementary Color

#c8b404 #0418c8

#c8b404 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c8b404 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c8b404 Color CSS Codes

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

#c8b404 Text Font Color

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

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


#c8b404 Background Color

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

This div background color is #c8b404


#c8b404 Border Color

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

This div border color is #c8b404


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c8b404


Comments

No comments written yet.

Please login to write comment.