Color Hex Logo

#cda713 Color Hex

#CDA713
(205,167,19)
0 Favorites   0 Comments

Color spaces of #cda713

RGB 20516719
HSL0.130.830.44
HSV48°91°80°
CMYK 0.000.190.91   0.20
XYZ39.113140.66366.4035
Yxy40.66360.45390.4718
Hunter Lab63.7680-2.108338.6838
CIE-Lab69.93961.475170.3951

#cda713 color RGB value is (205,167,19).

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

The process color (four color CMYK) of #cda713 color hex is 0.00, 0.19, 0.91, 0.20. Web safe color of #cda713 is #cc9900. Color #cda713 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001101 10100111 00010011
Octal 315 247 23
Decimal 205 167 19
Hex CD A7 13

RGB Percentages of Color #cda713

%52.43
%42.71
%4.86

CMYK Percentages of Color #cda713

%0
%19
%91
%20

Triadic Colors of #cda713

#cda713 #13cda7 #a713cd

Analogous Colors of #cda713

#cda713 #96cd13 #cd4a13

Monochromatic Colors of #cda713

#cda713

Complementary Color

#cda713 #1339cd

#cda713 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cda713 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cda713 Color CSS Codes

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

#cda713 Text Font Color

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

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


#cda713 Background Color

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

This div background color is #cda713


#cda713 Border Color

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

This div border color is #cda713


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cda713

#cda713 Color Palettes


Comments

No comments written yet.

Please login to write comment.