Color Hex Logo

#cdda59 Color Hex

#CDDA59
(205,218,89)
0 Favorites   0 Comments

Color spaces of #cdda59

RGB 20521889
HSL0.180.640.60
HSV66°59°85°
CMYK 0.060.000.59   0.15
XYZ52.051463.843219.0308
Yxy63.84320.38580.4732
Hunter Lab79.9019-23.546241.8098
CIE-Lab83.8841-21.461360.3915

#cdda59 color RGB value is (205,218,89).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001101 11011010 01011001
Octal 315 332 131
Decimal 205 218 89
Hex CD DA 59

RGB Percentages of Color #cdda59

%40.04
%42.58
%17.38

CMYK Percentages of Color #cdda59

%6
%0
%59
%15

Triadic Colors of #cdda59

#cdda59 #59cdda #da59cd

Analogous Colors of #cdda59

#cdda59 #8dda59 #daa759

Monochromatic Colors of #cdda59

#cdda59

Complementary Color

#cdda59 #6659da

#cdda59 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cdda59 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cdda59 Color CSS Codes

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

#cdda59 Text Font Color

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

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


#cdda59 Background Color

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

This div background color is #cdda59


#cdda59 Border Color

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

This div border color is #cdda59


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cdda59


Comments

No comments written yet.

Please login to write comment.