Color Hex Logo

#cdc35e Color Hex

#CDC35E
(205,195,94)
0 Favorites   0 Comments

Color spaces of #cdc35e

RGB 20519594
HSL0.150.530.59
HSV55°54°80°
CMYK 0.000.050.54   0.20
XYZ46.712352.817518.3225
Yxy52.81750.39640.4482
Hunter Lab72.6756-12.451435.9252
CIE-Lab77.7671-9.589451.2499

#cdc35e color RGB value is (205,195,94).

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

The process color (four color CMYK) of #cdc35e color hex is 0.00, 0.05, 0.54, 0.20. Web safe color of #cdc35e is #cccc66. Color #cdc35e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001101 11000011 01011110
Octal 315 303 136
Decimal 205 195 94
Hex CD C3 5E

RGB Percentages of Color #cdc35e

%41.50
%39.47
%19.03

CMYK Percentages of Color #cdc35e

%0
%5
%54
%20

Triadic Colors of #cdc35e

#cdc35e #5ecdc3 #c35ecd

Analogous Colors of #cdc35e

#cdc35e #a0cd5e #cd8c5e

Monochromatic Colors of #cdc35e

#cdc35e

Complementary Color

#cdc35e #5e68cd

#cdc35e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cdc35e Color Preview on White Background

Lorem ipsum dolor sit amet.

#cdc35e Color CSS Codes

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

#cdc35e Text Font Color

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

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


#cdc35e Background Color

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

This div background color is #cdc35e


#cdc35e Border Color

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

This div border color is #cdc35e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cdc35e


Comments

No comments written yet.

Please login to write comment.