Color Hex Logo

#cdb635 Color Hex

#CDB635
(205,182,53)
0 Favorites   0 Comments

Color spaces of #cdb635

RGB 20518253
HSL0.140.600.51
HSV51°74°80°
CMYK 0.000.110.74   0.20
XYZ42.547446.692110.1381
Yxy46.69210.42810.4698
Hunter Lab68.3316-8.435439.0355
CIE-Lab73.9924-5.412864.5105

#cdb635 color RGB value is (205,182,53).

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

The process color (four color CMYK) of #cdb635 color hex is 0.00, 0.11, 0.74, 0.20. Web safe color of #cdb635 is #cccc33. Color #cdb635 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001101 10110110 00110101
Octal 315 266 65
Decimal 205 182 53
Hex CD B6 35

RGB Percentages of Color #cdb635

%46.59
%41.36
%12.05

CMYK Percentages of Color #cdb635

%0
%11
%74
%20

Triadic Colors of #cdb635

#cdb635 #35cdb6 #b635cd

Analogous Colors of #cdb635

#cdb635 #98cd35 #cd6a35

Monochromatic Colors of #cdb635

#cdb635

Complementary Color

#cdb635 #354ccd

#cdb635 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cdb635 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cdb635 Color CSS Codes

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

#cdb635 Text Font Color

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

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


#cdb635 Background Color

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

This div background color is #cdb635


#cdb635 Border Color

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

This div border color is #cdb635


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cdb635


Comments

No comments written yet.

Please login to write comment.