Color Hex Logo

#cdd88d Color Hex

#CDD88D
(205,216,141)
0 Favorites   0 Comments

Color spaces of #cdd88d

RGB 205216141
HSL0.190.490.70
HSV69°35°85°
CMYK 0.050.000.35   0.15
XYZ54.540464.014034.6806
Yxy64.01400.35590.4178
Hunter Lab80.0087-18.335430.3063
CIE-Lab83.9731-15.425735.7816

#cdd88d color RGB value is (205,216,141).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001101 11011000 10001101
Octal 315 330 215
Decimal 205 216 141
Hex CD D8 8D

RGB Percentages of Color #cdd88d

%36.48
%38.43
%25.09

CMYK Percentages of Color #cdd88d

%5
%0
%35
%15

Triadic Colors of #cdd88d

#cdd88d #8dcdd8 #d88dcd

Analogous Colors of #cdd88d

#cdd88d #a8d88d #d8be8d

Monochromatic Colors of #cdd88d

#cdd88d

Complementary Color

#cdd88d #988dd8

#cdd88d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cdd88d Color Preview on White Background

Lorem ipsum dolor sit amet.

#cdd88d Color CSS Codes

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

#cdd88d Text Font Color

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

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


#cdd88d Background Color

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

This div background color is #cdd88d


#cdd88d Border Color

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

This div border color is #cdd88d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cdd88d


Comments

No comments written yet.

Please login to write comment.