Color Hex Logo

#cdc93e Color Hex

#CDC93E
(205,201,62)
0 Favorites   0 Comments

Color spaces of #cdc93e

RGB 20520162
HSL0.160.590.52
HSV58°70°80°
CMYK 0.000.020.70   0.20
XYZ46.933055.100212.7192
Yxy55.10020.40900.4802
Hunter Lab74.2295-17.041741.8013
CIE-Lab79.0989-14.709566.1957

#cdc93e color RGB value is (205,201,62).

#cdc93e hex color red value is 205, green value is 201 and the blue value of its RGB is 62. Cylindrical-coordinate representations (also known as HSL) of color #cdc93e hue: 0.16 , saturation: 0.59 and the lightness value of cdc93e is 0.52.

The process color (four color CMYK) of #cdc93e color hex is 0.00, 0.02, 0.70, 0.20. Web safe color of #cdc93e is #cccc33. Color #cdc93e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001101 11001001 00111110
Octal 315 311 76
Decimal 205 201 62
Hex CD C9 3E

RGB Percentages of Color #cdc93e

%43.80
%42.95
%13.25

CMYK Percentages of Color #cdc93e

%0
%2
%70
%20

Triadic Colors of #cdc93e

#cdc93e #3ecdc9 #c93ecd

Analogous Colors of #cdc93e

#cdc93e #8acd3e #cd823e

Monochromatic Colors of #cdc93e

#cdc93e

Complementary Color

#cdc93e #3e42cd

#cdc93e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cdc93e Color Preview on White Background

Lorem ipsum dolor sit amet.

#cdc93e Color CSS Codes

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

#cdc93e Text Font Color

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

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


#cdc93e Background Color

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

This div background color is #cdc93e


#cdc93e Border Color

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

This div border color is #cdc93e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cdc93e


Comments

No comments written yet.

Please login to write comment.