Color Hex Logo

#cdbc78 Color Hex

#CDBC78
(205,188,120)
0 Favorites   0 Comments

Color spaces of #cdbc78

RGB 205188120
HSL0.130.460.64
HSV48°41°80°
CMYK 0.000.080.41   0.20
XYZ46.550250.301625.0250
Yxy50.30160.38190.4127
Hunter Lab70.9236-6.959228.7264
CIE-Lab76.2540-3.524336.5496

#cdbc78 color RGB value is (205,188,120).

#cdbc78 hex color red value is 205, green value is 188 and the blue value of its RGB is 120. Cylindrical-coordinate representations (also known as HSL) of color #cdbc78 hue: 0.13 , saturation: 0.46 and the lightness value of cdbc78 is 0.64.

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

Base Numbers

BaseRedGreenBlue
Binary 11001101 10111100 01111000
Octal 315 274 170
Decimal 205 188 120
Hex CD BC 78

RGB Percentages of Color #cdbc78

%39.96
%36.65
%23.39

CMYK Percentages of Color #cdbc78

%0
%8
%41
%20

Triadic Colors of #cdbc78

#cdbc78 #78cdbc #bc78cd

Analogous Colors of #cdbc78

#cdbc78 #b4cd78 #cd9278

Monochromatic Colors of #cdbc78

#cdbc78

Complementary Color

#cdbc78 #7889cd

#cdbc78 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cdbc78 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cdbc78 Color CSS Codes

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

#cdbc78 Text Font Color

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

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


#cdbc78 Background Color

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

This div background color is #cdbc78


#cdbc78 Border Color

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

This div border color is #cdbc78


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cdbc78


Comments

No comments written yet.

Please login to write comment.