Color Hex Logo

#cdd88e Color Hex

#CDD88E
(205,216,142)
0 Favorites   0 Comments

Color spaces of #cdd88e

RGB 205216142
HSL0.190.490.70
HSV69°34°85°
CMYK 0.050.000.34   0.15
XYZ54.615264.043935.0744
Yxy64.04390.35530.4166
Hunter Lab80.0274-18.229630.0336
CIE-Lab83.9886-15.303035.2934

#cdd88e color RGB value is (205,216,142).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001101 11011000 10001110
Octal 315 330 216
Decimal 205 216 142
Hex CD D8 8E

RGB Percentages of Color #cdd88e

%36.41
%38.37
%25.22

CMYK Percentages of Color #cdd88e

%5
%0
%34
%15

Triadic Colors of #cdd88e

#cdd88e #8ecdd8 #d88ecd

Analogous Colors of #cdd88e

#cdd88e #a8d88e #d8be8e

Monochromatic Colors of #cdd88e

#cdd88e

Complementary Color

#cdd88e #998ed8

#cdd88e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cdd88e Color Preview on White Background

Lorem ipsum dolor sit amet.

#cdd88e Color CSS Codes

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

#cdd88e Text Font Color

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

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


#cdd88e Background Color

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

This div background color is #cdd88e


#cdd88e Border Color

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

This div border color is #cdd88e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cdd88e


Comments

No comments written yet.

Please login to write comment.