Color Hex Logo

#cdb921 Color Hex

#CDB921
(205,185,33)
0 Favorites   0 Comments

Color spaces of #cdb921

RGB 20518533
HSL0.150.720.47
HSV53°84°80°
CMYK 0.000.100.84   0.20
XYZ42.800347.78698.4068
Yxy47.78690.43240.4827
Hunter Lab69.1281-10.456741.1793
CIE-Lab74.6903-7.664871.1991

#cdb921 color RGB value is (205,185,33).

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

The process color (four color CMYK) of #cdb921 color hex is 0.00, 0.10, 0.84, 0.20. Web safe color of #cdb921 is #cccc33. Color #cdb921 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001101 10111001 00100001
Octal 315 271 41
Decimal 205 185 33
Hex CD B9 21

RGB Percentages of Color #cdb921

%48.46
%43.74
%7.80

CMYK Percentages of Color #cdb921

%0
%10
%84
%20

Triadic Colors of #cdb921

#cdb921 #21cdb9 #b921cd

Analogous Colors of #cdb921

#cdb921 #8bcd21 #cd6321

Monochromatic Colors of #cdb921

#cdb921

Complementary Color

#cdb921 #2135cd

#cdb921 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cdb921 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cdb921 Color CSS Codes

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

#cdb921 Text Font Color

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

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


#cdb921 Background Color

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

This div background color is #cdb921


#cdb921 Border Color

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

This div border color is #cdb921


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cdb921


Comments

No comments written yet.

Please login to write comment.