Color Hex Logo

#cdb24a Color Hex

#CDB24A
(205,178,74)
0 Favorites   0 Comments

Color spaces of #cdb24a

RGB 20517874
HSL0.130.570.55
HSV48°64°80°
CMYK 0.000.130.64   0.20
XYZ42.333345.314312.9939
Yxy45.31430.42060.4503
Hunter Lab67.3159-5.548635.6765
CIE-Lab73.0984-2.201955.1511

#cdb24a color RGB value is (205,178,74).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001101 10110010 01001010
Octal 315 262 112
Decimal 205 178 74
Hex CD B2 4A

RGB Percentages of Color #cdb24a

%44.86
%38.95
%16.19

CMYK Percentages of Color #cdb24a

%0
%13
%64
%20

Triadic Colors of #cdb24a

#cdb24a #4acdb2 #b24acd

Analogous Colors of #cdb24a

#cdb24a #a7cd4a #cd714a

Monochromatic Colors of #cdb24a

#cdb24a

Complementary Color

#cdb24a #4a65cd

#cdb24a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cdb24a Color Preview on White Background

Lorem ipsum dolor sit amet.

#cdb24a Color CSS Codes

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

#cdb24a Text Font Color

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

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


#cdb24a Background Color

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

This div background color is #cdb24a


#cdb24a Border Color

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

This div border color is #cdb24a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cdb24a


Comments

No comments written yet.

Please login to write comment.