Color Hex Logo

#cdb478 Color Hex

#CDB478
(205,180,120)
0 Favorites   0 Comments

Color spaces of #cdb478

RGB 205180120
HSL0.120.460.64
HSV42°41°80°
CMYK 0.000.120.41   0.20
XYZ44.888346.977724.4710
Yxy46.97770.38580.4038
Hunter Lab68.5403-3.042526.8098
CIE-Lab74.17550.687733.8768

#cdb478 color RGB value is (205,180,120).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001101 10110100 01111000
Octal 315 264 170
Decimal 205 180 120
Hex CD B4 78

RGB Percentages of Color #cdb478

%40.59
%35.64
%23.76

CMYK Percentages of Color #cdb478

%0
%12
%41
%20

Triadic Colors of #cdb478

#cdb478 #78cdb4 #b478cd

Analogous Colors of #cdb478

#cdb478 #bccd78 #cd8a78

Monochromatic Colors of #cdb478

#cdb478

Complementary Color

#cdb478 #7891cd

#cdb478 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cdb478 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cdb478 Color CSS Codes

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

#cdb478 Text Font Color

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

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


#cdb478 Background Color

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

This div background color is #cdb478


#cdb478 Border Color

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

This div border color is #cdb478


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cdb478


Comments

No comments written yet.

Please login to write comment.