Color Hex Logo

#cdb94f Color Hex

#CDB94F
(205,185,79)
0 Favorites   0 Comments

Color spaces of #cdb94f

RGB 20518579
HSL0.140.560.56
HSV50°61°80°
CMYK 0.000.100.61   0.20
XYZ43.937148.241614.3930
Yxy48.24160.41230.4527
Hunter Lab69.4562-8.631536.3330
CIE-Lab74.9771-5.537354.9759

#cdb94f color RGB value is (205,185,79).

#cdb94f hex color red value is 205, green value is 185 and the blue value of its RGB is 79. Cylindrical-coordinate representations (also known as HSL) of color #cdb94f hue: 0.14 , saturation: 0.56 and the lightness value of cdb94f is 0.56.

The process color (four color CMYK) of #cdb94f color hex is 0.00, 0.10, 0.61, 0.20. Web safe color of #cdb94f is #cccc66. Color #cdb94f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001101 10111001 01001111
Octal 315 271 117
Decimal 205 185 79
Hex CD B9 4F

RGB Percentages of Color #cdb94f

%43.71
%39.45
%16.84

CMYK Percentages of Color #cdb94f

%0
%10
%61
%20

Triadic Colors of #cdb94f

#cdb94f #4fcdb9 #b94fcd

Analogous Colors of #cdb94f

#cdb94f #a2cd4f #cd7a4f

Monochromatic Colors of #cdb94f

#cdb94f

Complementary Color

#cdb94f #4f63cd

#cdb94f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cdb94f Color Preview on White Background

Lorem ipsum dolor sit amet.

#cdb94f Color CSS Codes

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

#cdb94f Text Font Color

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

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


#cdb94f Background Color

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

This div background color is #cdb94f


#cdb94f Border Color

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

This div border color is #cdb94f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cdb94f


Comments

No comments written yet.

Please login to write comment.