Color Hex Logo

#cdb528 Color Hex

#CDB528
(205,181,40)
0 Favorites   0 Comments

Color spaces of #cdb528

RGB 20518140
HSL0.140.670.48
HSV51°80°80°
CMYK 0.000.120.80   0.20
XYZ42.083746.18018.7031
Yxy46.18010.43400.4762
Hunter Lab67.9559-8.381639.9759
CIE-Lab73.6622-5.384468.4376

#cdb528 color RGB value is (205,181,40).

#cdb528 hex color red value is 205, green value is 181 and the blue value of its RGB is 40. Cylindrical-coordinate representations (also known as HSL) of color #cdb528 hue: 0.14 , saturation: 0.67 and the lightness value of cdb528 is 0.48.

The process color (four color CMYK) of #cdb528 color hex is 0.00, 0.12, 0.80, 0.20. Web safe color of #cdb528 is #cccc33. Color #cdb528 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001101 10110101 00101000
Octal 315 265 50
Decimal 205 181 40
Hex CD B5 28

RGB Percentages of Color #cdb528

%48.12
%42.49
%9.39

CMYK Percentages of Color #cdb528

%0
%12
%80
%20

Triadic Colors of #cdb528

#cdb528 #28cdb5 #b528cd

Analogous Colors of #cdb528

#cdb528 #93cd28 #cd6228

Monochromatic Colors of #cdb528

#cdb528

Complementary Color

#cdb528 #2840cd

#cdb528 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cdb528 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cdb528 Color CSS Codes

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

#cdb528 Text Font Color

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

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


#cdb528 Background Color

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

This div background color is #cdb528


#cdb528 Border Color

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

This div border color is #cdb528


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cdb528


Comments

No comments written yet.

Please login to write comment.