Color Hex Logo

#cdd18d Color Hex

#CDD18D
(205,209,141)
0 Favorites   0 Comments

Color spaces of #cdd18d

RGB 205209141
HSL0.180.430.69
HSV64°33°82°
CMYK 0.020.000.33   0.18
XYZ52.785060.503234.0955
Yxy60.50320.35810.4105
Hunter Lab77.7838-14.989528.4597
CIE-Lab82.1109-11.905733.3435

#cdd18d color RGB value is (205,209,141).

#cdd18d hex color red value is 205, green value is 209 and the blue value of its RGB is 141. Cylindrical-coordinate representations (also known as HSL) of color #cdd18d hue: 0.18 , saturation: 0.43 and the lightness value of cdd18d is 0.69.

The process color (four color CMYK) of #cdd18d color hex is 0.02, 0.00, 0.33, 0.18. Web safe color of #cdd18d is #cccc99. Color #cdd18d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001101 11010001 10001101
Octal 315 321 215
Decimal 205 209 141
Hex CD D1 8D

RGB Percentages of Color #cdd18d

%36.94
%37.66
%25.41

CMYK Percentages of Color #cdd18d

%2
%0
%33
%18

Triadic Colors of #cdd18d

#cdd18d #8dcdd1 #d18dcd

Analogous Colors of #cdd18d

#cdd18d #abd18d #d1b38d

Monochromatic Colors of #cdd18d

#cdd18d

Complementary Color

#cdd18d #918dd1

#cdd18d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cdd18d Color Preview on White Background

Lorem ipsum dolor sit amet.

#cdd18d Color CSS Codes

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

#cdd18d Text Font Color

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

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


#cdd18d Background Color

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

This div background color is #cdd18d


#cdd18d Border Color

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

This div border color is #cdd18d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cdd18d


Comments

No comments written yet.

Please login to write comment.