Color Hex Logo

#cda93f Color Hex

#CDA93F
(205,169,63)
0 Favorites   0 Comments

Color spaces of #cda93f

RGB 20516963
HSL0.120.590.53
HSV45°69°80°
CMYK 0.000.180.69   0.20
XYZ40.262041.714010.6322
Yxy41.71400.43480.4504
Hunter Lab64.5864-1.752435.4502
CIE-Lab70.67331.918957.3385

#cda93f color RGB value is (205,169,63).

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

The process color (four color CMYK) of #cda93f color hex is 0.00, 0.18, 0.69, 0.20. Web safe color of #cda93f is #cc9933. Color #cda93f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001101 10101001 00111111
Octal 315 251 77
Decimal 205 169 63
Hex CD A9 3F

RGB Percentages of Color #cda93f

%46.91
%38.67
%14.42

CMYK Percentages of Color #cda93f

%0
%18
%69
%20

Triadic Colors of #cda93f

#cda93f #3fcda9 #a93fcd

Analogous Colors of #cda93f

#cda93f #aacd3f #cd623f

Monochromatic Colors of #cda93f

#cda93f

Complementary Color

#cda93f #3f63cd

#cda93f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cda93f Color Preview on White Background

Lorem ipsum dolor sit amet.

#cda93f Color CSS Codes

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

#cda93f Text Font Color

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

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


#cda93f Background Color

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

This div background color is #cda93f


#cda93f Border Color

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

This div border color is #cda93f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cda93f


Comments

No comments written yet.

Please login to write comment.