Color Hex Logo

#cdd895 Color Hex

#CDD895
(205,216,149)
0 Favorites   0 Comments

Color spaces of #cdd895

RGB 205216149
HSL0.190.460.72
HSV70°31°85°
CMYK 0.050.000.31   0.15
XYZ55.157564.260837.9302
Yxy64.26080.35050.4084
Hunter Lab80.1628-17.464828.0601
CIE-Lab84.1014-14.417731.8634

#cdd895 color RGB value is (205,216,149).

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

The process color (four color CMYK) of #cdd895 color hex is 0.05, 0.00, 0.31, 0.15. Web safe color of #cdd895 is #cccc99. Color #cdd895 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001101 11011000 10010101
Octal 315 330 225
Decimal 205 216 149
Hex CD D8 95

RGB Percentages of Color #cdd895

%35.96
%37.89
%26.14

CMYK Percentages of Color #cdd895

%5
%0
%31
%15

Triadic Colors of #cdd895

#cdd895 #95cdd8 #d895cd

Analogous Colors of #cdd895

#cdd895 #acd895 #d8c295

Monochromatic Colors of #cdd895

#cdd895

Complementary Color

#cdd895 #a095d8

#cdd895 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cdd895 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cdd895 Color CSS Codes

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

#cdd895 Text Font Color

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

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


#cdd895 Background Color

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

This div background color is #cdd895


#cdd895 Border Color

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

This div border color is #cdd895


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cdd895


Comments

No comments written yet.

Please login to write comment.