Color Hex Logo

#cdd699 Color Hex

#CDD699
(205,214,153)
0 Favorites   0 Comments

Color spaces of #cdd699

RGB 205214153
HSL0.190.430.72
HSV69°29°84°
CMYK 0.040.000.29   0.16
XYZ54.973263.372239.4717
Yxy63.37220.34830.4016
Hunter Lab79.6067-16.046626.3267
CIE-Lab83.6378-12.884629.1831

#cdd699 color RGB value is (205,214,153).

#cdd699 hex color red value is 205, green value is 214 and the blue value of its RGB is 153. Cylindrical-coordinate representations (also known as HSL) of color #cdd699 hue: 0.19 , saturation: 0.43 and the lightness value of cdd699 is 0.72.

The process color (four color CMYK) of #cdd699 color hex is 0.04, 0.00, 0.29, 0.16. Web safe color of #cdd699 is #cccc99. Color #cdd699 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001101 11010110 10011001
Octal 315 326 231
Decimal 205 214 153
Hex CD D6 99

RGB Percentages of Color #cdd699

%35.84
%37.41
%26.75

CMYK Percentages of Color #cdd699

%4
%0
%29
%16

Triadic Colors of #cdd699

#cdd699 #99cdd6 #d699cd

Analogous Colors of #cdd699

#cdd699 #afd699 #d6c199

Monochromatic Colors of #cdd699

#cdd699

Complementary Color

#cdd699 #a299d6

#cdd699 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cdd699 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cdd699 Color CSS Codes

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

#cdd699 Text Font Color

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

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


#cdd699 Background Color

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

This div background color is #cdd699


#cdd699 Border Color

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

This div border color is #cdd699


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(205,214,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 #cdd699">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cdd699


Comments

No comments written yet.

Please login to write comment.