Color Hex Logo

#cdae3b Color Hex

#CDAE3B
(205,174,59)
0 Favorites   0 Comments

Color spaces of #cdae3b

RGB 20517459
HSL0.130.590.52
HSV47°71°80°
CMYK 0.000.150.71   0.20
XYZ41.102343.567010.3806
Yxy43.56700.43240.4584
Hunter Lab66.0053-4.355236.8792
CIE-Lab71.9381-0.938560.2516

#cdae3b color RGB value is (205,174,59).

#cdae3b hex color red value is 205, green value is 174 and the blue value of its RGB is 59. Cylindrical-coordinate representations (also known as HSL) of color #cdae3b hue: 0.13 , saturation: 0.59 and the lightness value of cdae3b is 0.52.

The process color (four color CMYK) of #cdae3b color hex is 0.00, 0.15, 0.71, 0.20. Web safe color of #cdae3b is #cc9933. Color #cdae3b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001101 10101110 00111011
Octal 315 256 73
Decimal 205 174 59
Hex CD AE 3B

RGB Percentages of Color #cdae3b

%46.80
%39.73
%13.47

CMYK Percentages of Color #cdae3b

%0
%15
%71
%20

Triadic Colors of #cdae3b

#cdae3b #3bcdae #ae3bcd

Analogous Colors of #cdae3b

#cdae3b #a3cd3b #cd653b

Monochromatic Colors of #cdae3b

#cdae3b

Complementary Color

#cdae3b #3b5acd

#cdae3b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cdae3b Color Preview on White Background

Lorem ipsum dolor sit amet.

#cdae3b Color CSS Codes

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

#cdae3b Text Font Color

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

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


#cdae3b Background Color

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

This div background color is #cdae3b


#cdae3b Border Color

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

This div border color is #cdae3b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cdae3b


Comments

No comments written yet.

Please login to write comment.