Color Hex Logo

#cdda5d Color Hex

#CDDA5D
(205,218,93)
0 Favorites   0 Comments

Color spaces of #cdda5d

RGB 20521893
HSL0.180.630.61
HSV66°57°85°
CMYK 0.060.000.57   0.15
XYZ52.224063.912319.9397
Yxy63.91230.38380.4697
Hunter Lab79.9452-23.299341.1737
CIE-Lab83.9201-21.164958.7010

#cdda5d color RGB value is (205,218,93).

#cdda5d hex color red value is 205, green value is 218 and the blue value of its RGB is 93. Cylindrical-coordinate representations (also known as HSL) of color #cdda5d hue: 0.18 , saturation: 0.63 and the lightness value of cdda5d is 0.61.

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

Base Numbers

BaseRedGreenBlue
Binary 11001101 11011010 01011101
Octal 315 332 135
Decimal 205 218 93
Hex CD DA 5D

RGB Percentages of Color #cdda5d

%39.73
%42.25
%18.02

CMYK Percentages of Color #cdda5d

%6
%0
%57
%15

Triadic Colors of #cdda5d

#cdda5d #5dcdda #da5dcd

Analogous Colors of #cdda5d

#cdda5d #8fda5d #daa95d

Monochromatic Colors of #cdda5d

#cdda5d

Complementary Color

#cdda5d #6a5dda

#cdda5d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cdda5d Color Preview on White Background

Lorem ipsum dolor sit amet.

#cdda5d Color CSS Codes

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

#cdda5d Text Font Color

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

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


#cdda5d Background Color

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

This div background color is #cdda5d


#cdda5d Border Color

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

This div border color is #cdda5d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cdda5d


Comments

No comments written yet.

Please login to write comment.