Color Hex Logo

#cda625 Color Hex

#CDA625
(205,166,37)
0 Favorites   0 Comments

Color spaces of #cda625

RGB 20516637
HSL0.130.690.47
HSV46°82°80°
CMYK 0.000.190.82   0.20
XYZ39.147040.38517.4821
Yxy40.38510.44990.4641
Hunter Lab63.5493-1.253437.5039
CIE-Lab69.74292.430165.9137

#cda625 color RGB value is (205,166,37).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001101 10100110 00100101
Octal 315 246 45
Decimal 205 166 37
Hex CD A6 25

RGB Percentages of Color #cda625

%50.25
%40.69
%9.07

CMYK Percentages of Color #cda625

%0
%19
%82
%20

Triadic Colors of #cda625

#cda625 #25cda6 #a625cd

Analogous Colors of #cda625

#cda625 #a0cd25 #cd5225

Monochromatic Colors of #cda625

#cda625

Complementary Color

#cda625 #254ccd

#cda625 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cda625 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cda625 Color CSS Codes

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

#cda625 Text Font Color

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

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


#cda625 Background Color

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

This div background color is #cda625


#cda625 Border Color

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

This div border color is #cda625


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cda625


Comments

No comments written yet.

Please login to write comment.