Color Hex Logo

#cdc380 Color Hex

#CDC380
(205,195,128)
0 Favorites   0 Comments

Color spaces of #cdc380

RGB 205195128
HSL0.150.440.65
HSV52°38°80°
CMYK 0.000.050.38   0.20
XYZ48.588253.567928.2008
Yxy53.56790.37270.4109
Hunter Lab73.1901-9.583128.3881
CIE-Lab78.2091-6.281734.9431

#cdc380 color RGB value is (205,195,128).

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

The process color (four color CMYK) of #cdc380 color hex is 0.00, 0.05, 0.38, 0.20. Web safe color of #cdc380 is #cccc99. Color #cdc380 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001101 11000011 10000000
Octal 315 303 200
Decimal 205 195 128
Hex CD C3 80

RGB Percentages of Color #cdc380

%38.83
%36.93
%24.24

CMYK Percentages of Color #cdc380

%0
%5
%38
%20

Triadic Colors of #cdc380

#cdc380 #80cdc3 #c380cd

Analogous Colors of #cdc380

#cdc380 #b1cd80 #cd9d80

Monochromatic Colors of #cdc380

#cdc380

Complementary Color

#cdc380 #808acd

#cdc380 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cdc380 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cdc380 Color CSS Codes

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

#cdc380 Text Font Color

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

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


#cdc380 Background Color

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

This div background color is #cdc380


#cdc380 Border Color

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

This div border color is #cdc380


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cdc380


Comments

No comments written yet.

Please login to write comment.