Color Hex Logo

#cda62f Color Hex

#CDA62F
(205,166,47)
0 Favorites   0 Comments

Color spaces of #cda62f

RGB 20516647
HSL0.130.630.49
HSV45°77°80°
CMYK 0.000.190.77   0.20
XYZ39.326140.45688.4256
Yxy40.45680.44580.4586
Hunter Lab63.6057-0.946936.6700
CIE-Lab69.79372.778062.6931

#cda62f color RGB value is (205,166,47).

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

The process color (four color CMYK) of #cda62f color hex is 0.00, 0.19, 0.77, 0.20. Web safe color of #cda62f is #cc9933. Color #cda62f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001101 10100110 00101111
Octal 315 246 57
Decimal 205 166 47
Hex CD A6 2F

RGB Percentages of Color #cda62f

%49.04
%39.71
%11.24

CMYK Percentages of Color #cda62f

%0
%19
%77
%20

Triadic Colors of #cda62f

#cda62f #2fcda6 #a62fcd

Analogous Colors of #cda62f

#cda62f #a5cd2f #cd572f

Monochromatic Colors of #cda62f

#cda62f

Complementary Color

#cda62f #2f56cd

#cda62f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cda62f Color Preview on White Background

Lorem ipsum dolor sit amet.

#cda62f Color CSS Codes

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

#cda62f Text Font Color

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

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


#cda62f Background Color

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

This div background color is #cda62f


#cda62f Border Color

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

This div border color is #cda62f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cda62f


Comments

No comments written yet.

Please login to write comment.