Color Hex Logo

#cdb476 Color Hex

#CDB476
(205,180,118)
0 Favorites   0 Comments

Color spaces of #cdb476

RGB 205180118
HSL0.120.470.63
HSV43°42°80°
CMYK 0.000.120.42   0.20
XYZ44.768146.929723.8383
Yxy46.92970.38750.4062
Hunter Lab68.5053-3.234727.3221
CIE-Lab74.14480.472234.8810

#cdb476 color RGB value is (205,180,118).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001101 10110100 01110110
Octal 315 264 166
Decimal 205 180 118
Hex CD B4 76

RGB Percentages of Color #cdb476

%40.76
%35.79
%23.46

CMYK Percentages of Color #cdb476

%0
%12
%42
%20

Triadic Colors of #cdb476

#cdb476 #76cdb4 #b476cd

Analogous Colors of #cdb476

#cdb476 #bbcd76 #cd8976

Monochromatic Colors of #cdb476

#cdb476

Complementary Color

#cdb476 #768fcd

#cdb476 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cdb476 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cdb476 Color CSS Codes

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

#cdb476 Text Font Color

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

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


#cdb476 Background Color

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

This div background color is #cdb476


#cdb476 Border Color

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

This div border color is #cdb476


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cdb476


Comments

No comments written yet.

Please login to write comment.