Color Hex Logo

#cdc699 Color Hex

#CDC699
(205,198,153)
0 Favorites   0 Comments

Color spaces of #cdc699

RGB 205198153
HSL0.140.340.70
HSV52°25°80°
CMYK 0.000.030.25   0.20
XYZ51.120755.667238.1875
Yxy55.66720.35260.3840
Hunter Lab74.6105-8.265821.8812
CIE-Lab79.4240-4.689823.4816

#cdc699 color RGB value is (205,198,153).

#cdc699 hex color red value is 205, green value is 198 and the blue value of its RGB is 153. Cylindrical-coordinate representations (also known as HSL) of color #cdc699 hue: 0.14 , saturation: 0.34 and the lightness value of cdc699 is 0.70.

The process color (four color CMYK) of #cdc699 color hex is 0.00, 0.03, 0.25, 0.20. Web safe color of #cdc699 is #cccc99. Color #cdc699 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001101 11000110 10011001
Octal 315 306 231
Decimal 205 198 153
Hex CD C6 99

RGB Percentages of Color #cdc699

%36.87
%35.61
%27.52

CMYK Percentages of Color #cdc699

%0
%3
%25
%20

Triadic Colors of #cdc699

#cdc699 #99cdc6 #c699cd

Analogous Colors of #cdc699

#cdc699 #bacd99 #cdac99

Monochromatic Colors of #cdc699

#cdc699

Complementary Color

#cdc699 #99a0cd

#cdc699 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cdc699 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cdc699 Color CSS Codes

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

#cdc699 Text Font Color

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

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


#cdc699 Background Color

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

This div background color is #cdc699


#cdc699 Border Color

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

This div border color is #cdc699


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cdc699


Comments

No comments written yet.

Please login to write comment.