Color Hex Logo

#cdb530 Color Hex

#CDB530
(205,181,48)
0 Favorites   0 Comments

Color spaces of #cdb530

RGB 20518148
HSL0.140.620.50
HSV51°77°80°
CMYK 0.000.120.77   0.20
XYZ42.234246.24039.4956
Yxy46.24030.43110.4720
Hunter Lab68.0002-8.136039.3209
CIE-Lab73.7012-5.098565.9653

#cdb530 color RGB value is (205,181,48).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001101 10110101 00110000
Octal 315 265 60
Decimal 205 181 48
Hex CD B5 30

RGB Percentages of Color #cdb530

%47.24
%41.71
%11.06

CMYK Percentages of Color #cdb530

%0
%12
%77
%20

Triadic Colors of #cdb530

#cdb530 #30cdb5 #b530cd

Analogous Colors of #cdb530

#cdb530 #97cd30 #cd6730

Monochromatic Colors of #cdb530

#cdb530

Complementary Color

#cdb530 #3048cd

#cdb530 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cdb530 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cdb530 Color CSS Codes

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

#cdb530 Text Font Color

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

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


#cdb530 Background Color

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

This div background color is #cdb530


#cdb530 Border Color

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

This div border color is #cdb530


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cdb530


Comments

No comments written yet.

Please login to write comment.