Color Hex Logo

#cddc5b Color Hex

#CDDC5B
(205,220,91)
0 Favorites   0 Comments

Color spaces of #cddc5b

RGB 20522091
HSL0.190.650.61
HSV67°59°86°
CMYK 0.070.000.59   0.14
XYZ52.658464.920919.6531
Yxy64.92090.38370.4731
Hunter Lab80.5735-24.345941.9397
CIE-Lab84.4430-22.286360.1493

#cddc5b color RGB value is (205,220,91).

#cddc5b hex color red value is 205, green value is 220 and the blue value of its RGB is 91. Cylindrical-coordinate representations (also known as HSL) of color #cddc5b hue: 0.19 , saturation: 0.65 and the lightness value of cddc5b is 0.61.

The process color (four color CMYK) of #cddc5b color hex is 0.07, 0.00, 0.59, 0.14. Web safe color of #cddc5b is #cccc66. Color #cddc5b contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001101 11011100 01011011
Octal 315 334 133
Decimal 205 220 91
Hex CD DC 5B

RGB Percentages of Color #cddc5b

%39.73
%42.64
%17.64

CMYK Percentages of Color #cddc5b

%7
%0
%59
%14

Triadic Colors of #cddc5b

#cddc5b #5bcddc #dc5bcd

Analogous Colors of #cddc5b

#cddc5b #8ddc5b #dcab5b

Monochromatic Colors of #cddc5b

#cddc5b

Complementary Color

#cddc5b #6a5bdc

#cddc5b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cddc5b Color Preview on White Background

Lorem ipsum dolor sit amet.

#cddc5b Color CSS Codes

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

#cddc5b Text Font Color

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

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


#cddc5b Background Color

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

This div background color is #cddc5b


#cddc5b Border Color

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

This div border color is #cddc5b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cddc5b


Comments

No comments written yet.

Please login to write comment.