Color Hex Logo

#cdda7e Color Hex

#CDDA7E
(205,218,126)
0 Favorites   0 Comments

Color spaces of #cdda7e

RGB 205218126
HSL0.190.550.67
HSV68°42°85°
CMYK 0.060.000.42   0.15
XYZ54.014164.628329.3663
Yxy64.62830.36490.4367
Hunter Lab80.3917-20.753834.6162
CIE-Lab84.2918-18.140643.6980

#cdda7e color RGB value is (205,218,126).

#cdda7e hex color red value is 205, green value is 218 and the blue value of its RGB is 126. Cylindrical-coordinate representations (also known as HSL) of color #cdda7e hue: 0.19 , saturation: 0.55 and the lightness value of cdda7e is 0.67.

The process color (four color CMYK) of #cdda7e color hex is 0.06, 0.00, 0.42, 0.15. Web safe color of #cdda7e is #cccc66. Color #cdda7e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001101 11011010 01111110
Octal 315 332 176
Decimal 205 218 126
Hex CD DA 7E

RGB Percentages of Color #cdda7e

%37.34
%39.71
%22.95

CMYK Percentages of Color #cdda7e

%6
%0
%42
%15

Triadic Colors of #cdda7e

#cdda7e #7ecdda #da7ecd

Analogous Colors of #cdda7e

#cdda7e #9fda7e #dab97e

Monochromatic Colors of #cdda7e

#cdda7e

Complementary Color

#cdda7e #8b7eda

#cdda7e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cdda7e Color Preview on White Background

Lorem ipsum dolor sit amet.

#cdda7e Color CSS Codes

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

#cdda7e Text Font Color

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

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


#cdda7e Background Color

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

This div background color is #cdda7e


#cdda7e Border Color

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

This div border color is #cdda7e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cdda7e


Comments

No comments written yet.

Please login to write comment.