Color Hex Logo

#cdae2e Color Hex

#CDAE2E
(205,174,46)
0 Favorites   0 Comments

Color spaces of #cdae2e

RGB 20517446
HSL0.130.630.49
HSV48°78°80°
CMYK 0.000.150.78   0.20
XYZ40.806043.44858.8205
Yxy43.44850.43840.4668
Hunter Lab65.9155-4.848938.2069
CIE-Lab71.8583-1.505364.9417

#cdae2e color RGB value is (205,174,46).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001101 10101110 00101110
Octal 315 256 56
Decimal 205 174 46
Hex CD AE 2E

RGB Percentages of Color #cdae2e

%48.24
%40.94
%10.82

CMYK Percentages of Color #cdae2e

%0
%15
%78
%20

Triadic Colors of #cdae2e

#cdae2e #2ecdae #ae2ecd

Analogous Colors of #cdae2e

#cdae2e #9dcd2e #cd5f2e

Monochromatic Colors of #cdae2e

#cdae2e

Complementary Color

#cdae2e #2e4dcd

#cdae2e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cdae2e Color Preview on White Background

Lorem ipsum dolor sit amet.

#cdae2e Color CSS Codes

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

#cdae2e Text Font Color

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

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


#cdae2e Background Color

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

This div background color is #cdae2e


#cdae2e Border Color

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

This div border color is #cdae2e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cdae2e


Comments

No comments written yet.

Please login to write comment.