Color Hex Logo

#cda721 Color Hex

#CDA721
(205,167,33)
0 Favorites   0 Comments

Color spaces of #cda721

RGB 20516733
HSL0.130.720.47
HSV47°84°80°
CMYK 0.000.190.84   0.20
XYZ39.270140.72647.2301
Yxy40.72640.45020.4669
Hunter Lab63.8172-1.839737.9549
CIE-Lab69.98381.781567.2592

#cda721 color RGB value is (205,167,33).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001101 10100111 00100001
Octal 315 247 41
Decimal 205 167 33
Hex CD A7 21

RGB Percentages of Color #cda721

%50.62
%41.23
%8.15

CMYK Percentages of Color #cda721

%0
%19
%84
%20

Triadic Colors of #cda721

#cda721 #21cda7 #a721cd

Analogous Colors of #cda721

#cda721 #9dcd21 #cd5121

Monochromatic Colors of #cda721

#cda721

Complementary Color

#cda721 #2147cd

#cda721 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cda721 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cda721 Color CSS Codes

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

#cda721 Text Font Color

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

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


#cda721 Background Color

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

This div background color is #cda721


#cda721 Border Color

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

This div border color is #cda721


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cda721


Comments

No comments written yet.

Please login to write comment.