Color Hex Logo

#cdbc6c Color Hex

#CDBC6C
(205,188,108)
0 Favorites   0 Comments

Color spaces of #cdbc6c

RGB 205188108
HSL0.140.490.61
HSV49°47°80°
CMYK 0.000.080.47   0.20
XYZ45.866850.028321.4263
Yxy50.02830.39090.4264
Hunter Lab70.7307-8.026631.5509
CIE-Lab76.0866-4.741042.4399

#cdbc6c color RGB value is (205,188,108).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001101 10111100 01101100
Octal 315 274 154
Decimal 205 188 108
Hex CD BC 6C

RGB Percentages of Color #cdbc6c

%40.92
%37.52
%21.56

CMYK Percentages of Color #cdbc6c

%0
%8
%47
%20

Triadic Colors of #cdbc6c

#cdbc6c #6ccdbc #bc6ccd

Analogous Colors of #cdbc6c

#cdbc6c #aecd6c #cd8c6c

Monochromatic Colors of #cdbc6c

#cdbc6c

Complementary Color

#cdbc6c #6c7dcd

#cdbc6c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cdbc6c Color Preview on White Background

Lorem ipsum dolor sit amet.

#cdbc6c Color CSS Codes

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

#cdbc6c Text Font Color

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

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


#cdbc6c Background Color

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

This div background color is #cdbc6c


#cdbc6c Border Color

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

This div border color is #cdbc6c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cdbc6c


Comments

No comments written yet.

Please login to write comment.