Color Hex Logo

#cdd81d Color Hex

#CDD81D
(205,216,29)
0 Favorites   0 Comments

Color spaces of #cdd81d

RGB 20521629
HSL0.180.760.48
HSV64°87°85°
CMYK 0.050.000.87   0.15
XYZ49.954562.179610.5314
Yxy62.17960.40720.5069
Hunter Lab78.8540-24.913847.2793
CIE-Lab83.0088-23.257478.8987

#cdd81d color RGB value is (205,216,29).

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

The process color (four color CMYK) of #cdd81d color hex is 0.05, 0.00, 0.87, 0.15. Web safe color of #cdd81d is #cccc33. Color #cdd81d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001101 11011000 00011101
Octal 315 330 35
Decimal 205 216 29
Hex CD D8 1D

RGB Percentages of Color #cdd81d

%45.56
%48.00
%6.44

CMYK Percentages of Color #cdd81d

%5
%0
%87
%15

Triadic Colors of #cdd81d

#cdd81d #1dcdd8 #d81dcd

Analogous Colors of #cdd81d

#cdd81d #70d81d #d8861d

Monochromatic Colors of #cdd81d

#cdd81d

Complementary Color

#cdd81d #281dd8

#cdd81d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cdd81d Color Preview on White Background

Lorem ipsum dolor sit amet.

#cdd81d Color CSS Codes

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

#cdd81d Text Font Color

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

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


#cdd81d Background Color

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

This div background color is #cdd81d


#cdd81d Border Color

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

This div border color is #cdd81d


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(205,216,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 #cdd81d">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cdd81d


Comments

No comments written yet.

Please login to write comment.