Color Hex Logo

#cdb904 Color Hex

#CDB904
(205,185,4)
0 Favorites   0 Comments

Color spaces of #cdb904

RGB 2051854
HSL0.150.960.41
HSV54°98°80°
CMYK 0.000.100.98   0.20
XYZ42.547747.68587.0766
Yxy47.68580.43720.4900
Hunter Lab69.0549-10.864642.2625
CIE-Lab74.6263-8.144475.8408

#cdb904 color RGB value is (205,185,4).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001101 10111001 00000100
Octal 315 271 4
Decimal 205 185 4
Hex CD B9 4

RGB Percentages of Color #cdb904

%52.03
%46.95
%1.02

CMYK Percentages of Color #cdb904

%0
%10
%98
%20

Triadic Colors of #cdb904

#cdb904 #04cdb9 #b904cd

Analogous Colors of #cdb904

#cdb904 #7dcd04 #cd5404

Monochromatic Colors of #cdb904

#cdb904

Complementary Color

#cdb904 #0418cd

#cdb904 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cdb904 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cdb904 Color CSS Codes

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

#cdb904 Text Font Color

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

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


#cdb904 Background Color

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

This div background color is #cdb904


#cdb904 Border Color

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

This div border color is #cdb904


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cdb904


Comments

No comments written yet.

Please login to write comment.