Color Hex Logo

#cdd890 Color Hex

#CDD890
(205,216,144)
0 Favorites   0 Comments

Color spaces of #cdd890

RGB 205216144
HSL0.190.480.71
HSV69°33°85°
CMYK 0.050.000.33   0.15
XYZ54.766764.104535.8724
Yxy64.10450.35390.4143
Hunter Lab80.0653-18.015729.4814
CIE-Lab84.0201-15.054934.3157

#cdd890 color RGB value is (205,216,144).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001101 11011000 10010000
Octal 315 330 220
Decimal 205 216 144
Hex CD D8 90

RGB Percentages of Color #cdd890

%36.28
%38.23
%25.49

CMYK Percentages of Color #cdd890

%5
%0
%33
%15

Triadic Colors of #cdd890

#cdd890 #90cdd8 #d890cd

Analogous Colors of #cdd890

#cdd890 #a9d890 #d8bf90

Monochromatic Colors of #cdd890

#cdd890

Complementary Color

#cdd890 #9b90d8

#cdd890 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cdd890 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cdd890 Color CSS Codes

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

#cdd890 Text Font Color

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

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


#cdd890 Background Color

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

This div background color is #cdd890


#cdd890 Border Color

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

This div border color is #cdd890


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cdd890


Comments

No comments written yet.

Please login to write comment.