Color Hex Logo

#cdc588 Color Hex

#CDC588
(205,197,136)
0 Favorites   0 Comments

Color spaces of #cdc588

RGB 205197136
HSL0.150.410.67
HSV53°34°80°
CMYK 0.000.040.34   0.20
XYZ49.587054.689231.2351
Yxy54.68920.36590.4036
Hunter Lab73.9521-9.727026.7242
CIE-Lab78.8619-6.374631.6511

#cdc588 color RGB value is (205,197,136).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001101 11000101 10001000
Octal 315 305 210
Decimal 205 197 136
Hex CD C5 88

RGB Percentages of Color #cdc588

%38.10
%36.62
%25.28

CMYK Percentages of Color #cdc588

%0
%4
%34
%20

Triadic Colors of #cdc588

#cdc588 #88cdc5 #c588cd

Analogous Colors of #cdc588

#cdc588 #b3cd88 #cda388

Monochromatic Colors of #cdc588

#cdc588

Complementary Color

#cdc588 #8890cd

#cdc588 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cdc588 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cdc588 Color CSS Codes

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

#cdc588 Text Font Color

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

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


#cdc588 Background Color

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

This div background color is #cdc588


#cdc588 Border Color

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

This div border color is #cdc588


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cdc588


Comments

No comments written yet.

Please login to write comment.