Color Hex Logo

#cdb430 Color Hex

#CDB430
(205,180,48)
0 Favorites   0 Comments

Color spaces of #cdb430

RGB 20518048
HSL0.140.620.50
HSV50°77°80°
CMYK 0.000.120.77   0.20
XYZ42.031645.83519.4281
Yxy45.83510.43200.4711
Hunter Lab67.7016-7.658639.1344
CIE-Lab73.4384-4.576965.7229

#cdb430 color RGB value is (205,180,48).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001101 10110100 00110000
Octal 315 264 60
Decimal 205 180 48
Hex CD B4 30

RGB Percentages of Color #cdb430

%47.34
%41.57
%11.09

CMYK Percentages of Color #cdb430

%0
%12
%77
%20

Triadic Colors of #cdb430

#cdb430 #30cdb4 #b430cd

Analogous Colors of #cdb430

#cdb430 #98cd30 #cd6630

Monochromatic Colors of #cdb430

#cdb430

Complementary Color

#cdb430 #3049cd

#cdb430 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cdb430 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cdb430 Color CSS Codes

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

#cdb430 Text Font Color

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

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


#cdb430 Background Color

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

This div background color is #cdb430


#cdb430 Border Color

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

This div border color is #cdb430


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cdb430


Comments

No comments written yet.

Please login to write comment.