Color Hex Logo

#cdbc61 Color Hex

#CDBC61
(205,188,97)
0 Favorites   0 Comments

Color spaces of #cdbc61

RGB 20518897
HSL0.140.520.59
HSV51°53°80°
CMYK 0.000.080.53   0.20
XYZ45.317749.808618.5348
Yxy49.80860.39870.4382
Hunter Lab70.5752-8.888333.8316
CIE-Lab75.9516-5.730447.6949

#cdbc61 color RGB value is (205,188,97).

#cdbc61 hex color red value is 205, green value is 188 and the blue value of its RGB is 97. Cylindrical-coordinate representations (also known as HSL) of color #cdbc61 hue: 0.14 , saturation: 0.52 and the lightness value of cdbc61 is 0.59.

The process color (four color CMYK) of #cdbc61 color hex is 0.00, 0.08, 0.53, 0.20. Web safe color of #cdbc61 is #cccc66. Color #cdbc61 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001101 10111100 01100001
Octal 315 274 141
Decimal 205 188 97
Hex CD BC 61

RGB Percentages of Color #cdbc61

%41.84
%38.37
%19.80

CMYK Percentages of Color #cdbc61

%0
%8
%53
%20

Triadic Colors of #cdbc61

#cdbc61 #61cdbc #bc61cd

Analogous Colors of #cdbc61

#cdbc61 #a8cd61 #cd8661

Monochromatic Colors of #cdbc61

#cdbc61

Complementary Color

#cdbc61 #6172cd

#cdbc61 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cdbc61 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cdbc61 Color CSS Codes

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

#cdbc61 Text Font Color

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

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


#cdbc61 Background Color

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

This div background color is #cdbc61


#cdbc61 Border Color

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

This div border color is #cdbc61


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cdbc61


Comments

No comments written yet.

Please login to write comment.