Color Hex Logo

#cdd14b Color Hex

#CDD14B
(205,209,75)
0 Favorites   0 Comments

Color spaces of #cdd14b

RGB 20520975
HSL0.170.590.56
HSV62°64°82°
CMYK 0.020.000.64   0.18
XYZ49.247359.088115.4661
Yxy59.08810.39780.4773
Hunter Lab76.8688-20.161341.8789
CIE-Lab81.3400-17.977363.4749

#cdd14b color RGB value is (205,209,75).

#cdd14b hex color red value is 205, green value is 209 and the blue value of its RGB is 75. Cylindrical-coordinate representations (also known as HSL) of color #cdd14b hue: 0.17 , saturation: 0.59 and the lightness value of cdd14b is 0.56.

The process color (four color CMYK) of #cdd14b color hex is 0.02, 0.00, 0.64, 0.18. Web safe color of #cdd14b is #cccc33. Color #cdd14b contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001101 11010001 01001011
Octal 315 321 113
Decimal 205 209 75
Hex CD D1 4B

RGB Percentages of Color #cdd14b

%41.92
%42.74
%15.34

CMYK Percentages of Color #cdd14b

%2
%0
%64
%18

Triadic Colors of #cdd14b

#cdd14b #4bcdd1 #d14bcd

Analogous Colors of #cdd14b

#cdd14b #8ad14b #d1924b

Monochromatic Colors of #cdd14b

#cdd14b

Complementary Color

#cdd14b #4f4bd1

#cdd14b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cdd14b Color Preview on White Background

Lorem ipsum dolor sit amet.

#cdd14b Color CSS Codes

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

#cdd14b Text Font Color

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

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


#cdd14b Background Color

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

This div background color is #cdd14b


#cdd14b Border Color

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

This div border color is #cdd14b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cdd14b


Comments

No comments written yet.

Please login to write comment.