Color Hex Logo

#cdba35 Color Hex

#CDBA35
(205,186,53)
0 Favorites   0 Comments

Color spaces of #cdba35

RGB 20518653
HSL0.150.600.51
HSV53°74°80°
CMYK 0.000.090.74   0.20
XYZ43.378348.354010.4151
Yxy48.35400.42470.4734
Hunter Lab69.5370-10.338739.7956
CIE-Lab75.0477-7.487665.5117

#cdba35 color RGB value is (205,186,53).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001101 10111010 00110101
Octal 315 272 65
Decimal 205 186 53
Hex CD BA 35

RGB Percentages of Color #cdba35

%46.17
%41.89
%11.94

CMYK Percentages of Color #cdba35

%0
%9
%74
%20

Triadic Colors of #cdba35

#cdba35 #35cdba #ba35cd

Analogous Colors of #cdba35

#cdba35 #94cd35 #cd6e35

Monochromatic Colors of #cdba35

#cdba35

Complementary Color

#cdba35 #3548cd

#cdba35 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cdba35 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cdba35 Color CSS Codes

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

#cdba35 Text Font Color

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

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


#cdba35 Background Color

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

This div background color is #cdba35


#cdba35 Border Color

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

This div border color is #cdba35


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cdba35


Comments

No comments written yet.

Please login to write comment.