Color Hex Logo

#cdd61d Color Hex

#CDD61D
(205,214,29)
0 Favorites   0 Comments

Color spaces of #cdd61d

RGB 20521429
HSL0.170.760.48
HSV63°86°84°
CMYK 0.040.000.86   0.16
XYZ49.445261.161010.3616
Yxy61.16100.40870.5056
Hunter Lab78.2055-24.003546.8884
CIE-Lab82.4652-22.290278.4575

#cdd61d color RGB value is (205,214,29).

#cdd61d hex color red value is 205, green value is 214 and the blue value of its RGB is 29. Cylindrical-coordinate representations (also known as HSL) of color #cdd61d hue: 0.17 , saturation: 0.76 and the lightness value of cdd61d is 0.48.

The process color (four color CMYK) of #cdd61d color hex is 0.04, 0.00, 0.86, 0.16. Web safe color of #cdd61d is #cccc33. Color #cdd61d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001101 11010110 00011101
Octal 315 326 35
Decimal 205 214 29
Hex CD D6 1D

RGB Percentages of Color #cdd61d

%45.76
%47.77
%6.47

CMYK Percentages of Color #cdd61d

%4
%0
%86
%16

Triadic Colors of #cdd61d

#cdd61d #1dcdd6 #d61dcd

Analogous Colors of #cdd61d

#cdd61d #71d61d #d6831d

Monochromatic Colors of #cdd61d

#cdd61d

Complementary Color

#cdd61d #261dd6

#cdd61d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cdd61d Color Preview on White Background

Lorem ipsum dolor sit amet.

#cdd61d Color CSS Codes

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

#cdd61d Text Font Color

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

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


#cdd61d Background Color

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

This div background color is #cdd61d


#cdd61d Border Color

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

This div border color is #cdd61d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cdd61d


Comments

No comments written yet.

Please login to write comment.