Color Hex Logo

#cdb821 Color Hex

#CDB821
(205,184,33)
0 Favorites   0 Comments

Color spaces of #cdb821

RGB 20518433
HSL0.150.720.47
HSV53°84°80°
CMYK 0.000.100.84   0.20
XYZ42.591847.36998.3373
Yxy47.36990.43330.4819
Hunter Lab68.8258-9.983140.9959
CIE-Lab74.4258-7.147870.9783

#cdb821 color RGB value is (205,184,33).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001101 10111000 00100001
Octal 315 270 41
Decimal 205 184 33
Hex CD B8 21

RGB Percentages of Color #cdb821

%48.58
%43.60
%7.82

CMYK Percentages of Color #cdb821

%0
%10
%84
%20

Triadic Colors of #cdb821

#cdb821 #21cdb8 #b821cd

Analogous Colors of #cdb821

#cdb821 #8ccd21 #cd6221

Monochromatic Colors of #cdb821

#cdb821

Complementary Color

#cdb821 #2136cd

#cdb821 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cdb821 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cdb821 Color CSS Codes

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

#cdb821 Text Font Color

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

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


#cdb821 Background Color

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

This div background color is #cdb821


#cdb821 Border Color

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

This div border color is #cdb821


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cdb821


Comments

No comments written yet.

Please login to write comment.