Color Hex Logo

#cdb14a Color Hex

#CDB14A
(205,177,74)
0 Favorites   0 Comments

Color spaces of #cdb14a

RGB 20517774
HSL0.130.570.55
HSV47°64°80°
CMYK 0.000.140.64   0.20
XYZ42.135044.917812.9278
Yxy44.91780.42140.4493
Hunter Lab67.0207-5.065935.4779
CIE-Lab72.8377-1.675754.8690

#cdb14a color RGB value is (205,177,74).

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

The process color (four color CMYK) of #cdb14a color hex is 0.00, 0.14, 0.64, 0.20. Web safe color of #cdb14a is #cc9933. Color #cdb14a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001101 10110001 01001010
Octal 315 261 112
Decimal 205 177 74
Hex CD B1 4A

RGB Percentages of Color #cdb14a

%44.96
%38.82
%16.23

CMYK Percentages of Color #cdb14a

%0
%14
%64
%20

Triadic Colors of #cdb14a

#cdb14a #4acdb1 #b14acd

Analogous Colors of #cdb14a

#cdb14a #a8cd4a #cd704a

Monochromatic Colors of #cdb14a

#cdb14a

Complementary Color

#cdb14a #4a66cd

#cdb14a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cdb14a Color Preview on White Background

Lorem ipsum dolor sit amet.

#cdb14a Color CSS Codes

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

#cdb14a Text Font Color

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

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


#cdb14a Background Color

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

This div background color is #cdb14a


#cdb14a Border Color

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

This div border color is #cdb14a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cdb14a


Comments

No comments written yet.

Please login to write comment.