Color Hex Logo

#cdd50d Color Hex

#CDD50D
(205,213,13)
0 Favorites   0 Comments

Color spaces of #cdd50d

RGB 20521313
HSL0.170.880.44
HSV62°94°84°
CMYK 0.040.000.94   0.16
XYZ49.043760.59679.4922
Yxy60.59670.41170.5086
Hunter Lab77.8439-23.767147.2610
CIE-Lab82.1615-22.072380.5625

#cdd50d color RGB value is (205,213,13).

#cdd50d hex color red value is 205, green value is 213 and the blue value of its RGB is 13. Cylindrical-coordinate representations (also known as HSL) of color #cdd50d hue: 0.17 , saturation: 0.88 and the lightness value of cdd50d is 0.44.

The process color (four color CMYK) of #cdd50d color hex is 0.04, 0.00, 0.94, 0.16. Web safe color of #cdd50d is #cccc00. Color #cdd50d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001101 11010101 00001101
Octal 315 325 15
Decimal 205 213 13
Hex CD D5 D

RGB Percentages of Color #cdd50d

%47.56
%49.42
%3.02

CMYK Percentages of Color #cdd50d

%4
%0
%94
%16

Triadic Colors of #cdd50d

#cdd50d #0dcdd5 #d50dcd

Analogous Colors of #cdd50d

#cdd50d #69d50d #d5790d

Monochromatic Colors of #cdd50d

#cdd50d

Complementary Color

#cdd50d #150dd5

#cdd50d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cdd50d Color Preview on White Background

Lorem ipsum dolor sit amet.

#cdd50d Color CSS Codes

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

#cdd50d Text Font Color

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

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


#cdd50d Background Color

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

This div background color is #cdd50d


#cdd50d Border Color

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

This div border color is #cdd50d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cdd50d


Comments

No comments written yet.

Please login to write comment.