Color Hex Logo

#cdc364 Color Hex

#CDC364
(205,195,100)
0 Favorites   0 Comments

Color spaces of #cdc364

RGB 205195100
HSL0.150.510.60
HSV54°51°80°
CMYK 0.000.050.51   0.20
XYZ46.992252.929419.7962
Yxy52.92940.39250.4421
Hunter Lab72.7526-12.020734.7938
CIE-Lab77.8333-9.088048.4796

#cdc364 color RGB value is (205,195,100).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001101 11000011 01100100
Octal 315 303 144
Decimal 205 195 100
Hex CD C3 64

RGB Percentages of Color #cdc364

%41.00
%39.00
%20.00

CMYK Percentages of Color #cdc364

%0
%5
%51
%20

Triadic Colors of #cdc364

#cdc364 #64cdc3 #c364cd

Analogous Colors of #cdc364

#cdc364 #a3cd64 #cd8f64

Monochromatic Colors of #cdc364

#cdc364

Complementary Color

#cdc364 #646ecd

#cdc364 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cdc364 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cdc364 Color CSS Codes

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

#cdc364 Text Font Color

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

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


#cdc364 Background Color

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

This div background color is #cdc364


#cdc364 Border Color

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

This div border color is #cdc364


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cdc364


Comments

No comments written yet.

Please login to write comment.