Color Hex Logo

#cdda55 Color Hex

#CDDA55
(205,218,85)
0 Favorites   0 Comments

Color spaces of #cdda55

RGB 20521885
HSL0.180.640.59
HSV66°61°85°
CMYK 0.060.000.61   0.15
XYZ51.887963.777818.1699
Yxy63.77780.38770.4765
Hunter Lab79.8610-23.780442.4131
CIE-Lab83.8499-21.743062.0449

#cdda55 color RGB value is (205,218,85).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001101 11011010 01010101
Octal 315 332 125
Decimal 205 218 85
Hex CD DA 55

RGB Percentages of Color #cdda55

%40.35
%42.91
%16.73

CMYK Percentages of Color #cdda55

%6
%0
%61
%15

Triadic Colors of #cdda55

#cdda55 #55cdda #da55cd

Analogous Colors of #cdda55

#cdda55 #8bda55 #daa555

Monochromatic Colors of #cdda55

#cdda55

Complementary Color

#cdda55 #6255da

#cdda55 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cdda55 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cdda55 Color CSS Codes

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

#cdda55 Text Font Color

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

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


#cdda55 Background Color

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

This div background color is #cdda55


#cdda55 Border Color

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

This div border color is #cdda55


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cdda55


Comments

No comments written yet.

Please login to write comment.