Color Hex Logo

#cda65e Color Hex

#CDA65E
(205,166,94)
0 Favorites   0 Comments

Color spaces of #cda65e

RGB 20516694
HSL0.110.530.59
HSV39°54°80°
CMYK 0.000.190.54   0.20
XYZ40.833441.059716.3628
Yxy41.05970.41560.4179
Hunter Lab64.07781.612329.7143
CIE-Lab70.21775.650642.3196

#cda65e color RGB value is (205,166,94).

#cda65e hex color red value is 205, green value is 166 and the blue value of its RGB is 94. Cylindrical-coordinate representations (also known as HSL) of color #cda65e hue: 0.11 , saturation: 0.53 and the lightness value of cda65e is 0.59.

The process color (four color CMYK) of #cda65e color hex is 0.00, 0.19, 0.54, 0.20. Web safe color of #cda65e is #cc9966. Color #cda65e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001101 10100110 01011110
Octal 315 246 136
Decimal 205 166 94
Hex CD A6 5E

RGB Percentages of Color #cda65e

%44.09
%35.70
%20.22

CMYK Percentages of Color #cda65e

%0
%19
%54
%20

Triadic Colors of #cda65e

#cda65e #5ecda6 #a65ecd

Analogous Colors of #cda65e

#cda65e #bdcd5e #cd6f5e

Monochromatic Colors of #cda65e

#cda65e

Complementary Color

#cda65e #5e85cd

#cda65e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cda65e Color Preview on White Background

Lorem ipsum dolor sit amet.

#cda65e Color CSS Codes

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

#cda65e Text Font Color

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

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


#cda65e Background Color

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

This div background color is #cda65e


#cda65e Border Color

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

This div border color is #cda65e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cda65e


Comments

No comments written yet.

Please login to write comment.