Color Hex Logo

#cdb036 Color Hex

#CDB036
(205,176,54)
0 Favorites   0 Comments

Color spaces of #cdb036

RGB 20517654
HSL0.130.600.51
HSV48°74°80°
CMYK 0.000.140.74   0.20
XYZ41.368044.29619.8597
Yxy44.29610.43310.4637
Hunter Lab66.5553-5.523737.8053
CIE-Lab72.4260-2.228362.6472

#cdb036 color RGB value is (205,176,54).

#cdb036 hex color red value is 205, green value is 176 and the blue value of its RGB is 54. Cylindrical-coordinate representations (also known as HSL) of color #cdb036 hue: 0.13 , saturation: 0.60 and the lightness value of cdb036 is 0.51.

The process color (four color CMYK) of #cdb036 color hex is 0.00, 0.14, 0.74, 0.20. Web safe color of #cdb036 is #cc9933. Color #cdb036 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001101 10110000 00110110
Octal 315 260 66
Decimal 205 176 54
Hex CD B0 36

RGB Percentages of Color #cdb036

%47.13
%40.46
%12.41

CMYK Percentages of Color #cdb036

%0
%14
%74
%20

Triadic Colors of #cdb036

#cdb036 #36cdb0 #b036cd

Analogous Colors of #cdb036

#cdb036 #9fcd36 #cd6536

Monochromatic Colors of #cdb036

#cdb036

Complementary Color

#cdb036 #3653cd

#cdb036 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cdb036 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cdb036 Color CSS Codes

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

#cdb036 Text Font Color

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

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


#cdb036 Background Color

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

This div background color is #cdb036


#cdb036 Border Color

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

This div border color is #cdb036


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cdb036


Comments

No comments written yet.

Please login to write comment.