Color Hex Logo

#cdda7d Color Hex

#CDDA7D
(205,218,125)
0 Favorites   0 Comments

Color spaces of #cdda7d

RGB 205218125
HSL0.190.560.67
HSV68°43°85°
CMYK 0.060.000.43   0.15
XYZ53.949964.602629.0281
Yxy64.60260.36560.4377
Hunter Lab80.3757-20.844634.8501
CIE-Lab84.2785-18.247444.1730

#cdda7d color RGB value is (205,218,125).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001101 11011010 01111101
Octal 315 332 175
Decimal 205 218 125
Hex CD DA 7D

RGB Percentages of Color #cdda7d

%37.41
%39.78
%22.81

CMYK Percentages of Color #cdda7d

%6
%0
%43
%15

Triadic Colors of #cdda7d

#cdda7d #7dcdda #da7dcd

Analogous Colors of #cdda7d

#cdda7d #9fda7d #dab97d

Monochromatic Colors of #cdda7d

#cdda7d

Complementary Color

#cdda7d #8a7dda

#cdda7d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cdda7d Color Preview on White Background

Lorem ipsum dolor sit amet.

#cdda7d Color CSS Codes

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

#cdda7d Text Font Color

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

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


#cdda7d Background Color

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

This div background color is #cdda7d


#cdda7d Border Color

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

This div border color is #cdda7d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cdda7d


Comments

No comments written yet.

Please login to write comment.