Color Hex Logo

#cdc58b Color Hex

#CDC58B
(205,197,139)
0 Favorites   0 Comments

Color spaces of #cdc58b

RGB 205197139
HSL0.150.400.67
HSV53°32°80°
CMYK 0.000.040.32   0.20
XYZ49.803354.775732.3740
Yxy54.77570.36370.4000
Hunter Lab74.0106-9.402125.8726
CIE-Lab78.9119-6.005730.1532

#cdc58b color RGB value is (205,197,139).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001101 11000101 10001011
Octal 315 305 213
Decimal 205 197 139
Hex CD C5 8B

RGB Percentages of Color #cdc58b

%37.89
%36.41
%25.69

CMYK Percentages of Color #cdc58b

%0
%4
%32
%20

Triadic Colors of #cdc58b

#cdc58b #8bcdc5 #c58bcd

Analogous Colors of #cdc58b

#cdc58b #b4cd8b #cda48b

Monochromatic Colors of #cdc58b

#cdc58b

Complementary Color

#cdc58b #8b93cd

#cdc58b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cdc58b Color Preview on White Background

Lorem ipsum dolor sit amet.

#cdc58b Color CSS Codes

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

#cdc58b Text Font Color

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

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


#cdc58b Background Color

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

This div background color is #cdc58b


#cdc58b Border Color

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

This div border color is #cdc58b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cdc58b


Comments

No comments written yet.

Please login to write comment.