Color Hex Logo

#cdd60e Color Hex

#CDD60E
(205,214,14)
0 Favorites   0 Comments

Color spaces of #cdd60e

RGB 20521414
HSL0.170.880.45
HSV63°93°84°
CMYK 0.040.000.93   0.16
XYZ49.302761.10409.6112
Yxy61.10400.41080.5091
Hunter Lab78.1690-24.212547.4284
CIE-Lab82.4346-22.545080.6645

#cdd60e color RGB value is (205,214,14).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001101 11010110 00001110
Octal 315 326 16
Decimal 205 214 14
Hex CD D6 E

RGB Percentages of Color #cdd60e

%47.34
%49.42
%3.23

CMYK Percentages of Color #cdd60e

%4
%0
%93
%16

Triadic Colors of #cdd60e

#cdd60e #0ecdd6 #d60ecd

Analogous Colors of #cdd60e

#cdd60e #69d60e #d67b0e

Monochromatic Colors of #cdd60e

#cdd60e

Complementary Color

#cdd60e #170ed6

#cdd60e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cdd60e Color Preview on White Background

Lorem ipsum dolor sit amet.

#cdd60e Color CSS Codes

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

#cdd60e Text Font Color

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

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


#cdd60e Background Color

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

This div background color is #cdd60e


#cdd60e Border Color

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

This div border color is #cdd60e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cdd60e


Comments

No comments written yet.

Please login to write comment.