Color Hex Logo

#cbc504 Color Hex

#CBC504
(203,197,4)
0 Favorites   0 Comments

Color spaces of #cbc504

RGB 2031974
HSL0.160.960.41
HSV58°98°80°
CMYK 0.000.030.98   0.20
XYZ44.616852.63787.9234
Yxy52.63780.42420.5005
Hunter Lab72.5519-17.194844.3113
CIE-Lab77.6607-15.121277.9851

#cbc504 color RGB value is (203,197,4).

#cbc504 hex color red value is 203, green value is 197 and the blue value of its RGB is 4. Cylindrical-coordinate representations (also known as HSL) of color #cbc504 hue: 0.16 , saturation: 0.96 and the lightness value of cbc504 is 0.41.

The process color (four color CMYK) of #cbc504 color hex is 0.00, 0.03, 0.98, 0.20. Web safe color of #cbc504 is #cccc00. Color #cbc504 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001011 11000101 00000100
Octal 313 305 4
Decimal 203 197 4
Hex CB C5 4

RGB Percentages of Color #cbc504

%50.25
%48.76
%0.99

CMYK Percentages of Color #cbc504

%0
%3
%98
%20

Triadic Colors of #cbc504

#cbc504 #04cbc5 #c504cb

Analogous Colors of #cbc504

#cbc504 #6ecb04 #cb6104

Monochromatic Colors of #cbc504

#cbc504

Complementary Color

#cbc504 #040acb

#cbc504 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cbc504 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cbc504 Color CSS Codes

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

#cbc504 Text Font Color

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

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


#cbc504 Background Color

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

This div background color is #cbc504


#cbc504 Border Color

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

This div border color is #cbc504


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(203,197,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 #cbc504">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cbc504


Comments

No comments written yet.

Please login to write comment.