Color Hex Logo

#cdd68e Color Hex

#CDD68E
(205,214,142)
0 Favorites   0 Comments

Color spaces of #cdd68e

RGB 205214142
HSL0.190.470.70
HSV68°34°84°
CMYK 0.040.000.34   0.16
XYZ54.105963.025334.9046
Yxy63.02530.35590.4145
Hunter Lab79.3885-17.276129.5040
CIE-Lab83.4557-14.302034.5961

#cdd68e color RGB value is (205,214,142).

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

The process color (four color CMYK) of #cdd68e color hex is 0.04, 0.00, 0.34, 0.16. Web safe color of #cdd68e is #cccc99. Color #cdd68e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001101 11010110 10001110
Octal 315 326 216
Decimal 205 214 142
Hex CD D6 8E

RGB Percentages of Color #cdd68e

%36.54
%38.15
%25.31

CMYK Percentages of Color #cdd68e

%4
%0
%34
%16

Triadic Colors of #cdd68e

#cdd68e #8ecdd6 #d68ecd

Analogous Colors of #cdd68e

#cdd68e #a9d68e #d6bb8e

Monochromatic Colors of #cdd68e

#cdd68e

Complementary Color

#cdd68e #978ed6

#cdd68e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cdd68e Color Preview on White Background

Lorem ipsum dolor sit amet.

#cdd68e Color CSS Codes

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

#cdd68e Text Font Color

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

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


#cdd68e Background Color

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

This div background color is #cdd68e


#cdd68e Border Color

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

This div border color is #cdd68e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cdd68e


Comments

No comments written yet.

Please login to write comment.