Color Hex Logo

#cdc583 Color Hex

#CDC583
(205,197,131)
0 Favorites   0 Comments

Color spaces of #cdc583

RGB 205197131
HSL0.150.430.66
HSV54°36°80°
CMYK 0.000.040.36   0.20
XYZ49.239854.550329.4068
Yxy54.55030.36970.4095
Hunter Lab73.8582-10.249328.0943
CIE-Lab78.7815-6.969834.1380

#cdc583 color RGB value is (205,197,131).

#cdc583 hex color red value is 205, green value is 197 and the blue value of its RGB is 131. Cylindrical-coordinate representations (also known as HSL) of color #cdc583 hue: 0.15 , saturation: 0.43 and the lightness value of cdc583 is 0.66.

The process color (four color CMYK) of #cdc583 color hex is 0.00, 0.04, 0.36, 0.20. Web safe color of #cdc583 is #cccc99. Color #cdc583 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001101 11000101 10000011
Octal 315 305 203
Decimal 205 197 131
Hex CD C5 83

RGB Percentages of Color #cdc583

%38.46
%36.96
%24.58

CMYK Percentages of Color #cdc583

%0
%4
%36
%20

Triadic Colors of #cdc583

#cdc583 #83cdc5 #c583cd

Analogous Colors of #cdc583

#cdc583 #b0cd83 #cda083

Monochromatic Colors of #cdc583

#cdc583

Complementary Color

#cdc583 #838bcd

#cdc583 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cdc583 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cdc583 Color CSS Codes

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

#cdc583 Text Font Color

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

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


#cdc583 Background Color

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

This div background color is #cdc583


#cdc583 Border Color

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

This div border color is #cdc583


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cdc583


Comments

No comments written yet.

Please login to write comment.