Color Hex Logo

#cdb14f Color Hex

#CDB14F
(205,177,79)
0 Favorites   0 Comments

Color spaces of #cdb14f

RGB 20517779
HSL0.130.560.56
HSV47°61°80°
CMYK 0.000.140.61   0.20
XYZ42.310344.987913.8507
Yxy44.98790.41830.4448
Hunter Lab67.0730-4.778334.7076
CIE-Lab72.8839-1.346852.6630

#cdb14f color RGB value is (205,177,79).

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

The process color (four color CMYK) of #cdb14f color hex is 0.00, 0.14, 0.61, 0.20. Web safe color of #cdb14f is #cc9966. Color #cdb14f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001101 10110001 01001111
Octal 315 261 117
Decimal 205 177 79
Hex CD B1 4F

RGB Percentages of Color #cdb14f

%44.47
%38.39
%17.14

CMYK Percentages of Color #cdb14f

%0
%14
%61
%20

Triadic Colors of #cdb14f

#cdb14f #4fcdb1 #b14fcd

Analogous Colors of #cdb14f

#cdb14f #aacd4f #cd724f

Monochromatic Colors of #cdb14f

#cdb14f

Complementary Color

#cdb14f #4f6bcd

#cdb14f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cdb14f Color Preview on White Background

Lorem ipsum dolor sit amet.

#cdb14f Color CSS Codes

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

#cdb14f Text Font Color

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

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


#cdb14f Background Color

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

This div background color is #cdb14f


#cdb14f Border Color

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

This div border color is #cdb14f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cdb14f


Comments

No comments written yet.

Please login to write comment.