Color Hex Logo

#cdd511 Color Hex

#CDD511
(205,213,17)
0 Favorites   0 Comments

Color spaces of #cdd511

RGB 20521317
HSL0.170.850.45
HSV62°92°84°
CMYK 0.040.000.92   0.16
XYZ49.072360.60819.6425
Yxy60.60810.41130.5079
Hunter Lab77.8512-23.724947.1523
CIE-Lab82.1676-22.020880.1075

#cdd511 color RGB value is (205,213,17).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001101 11010101 00010001
Octal 315 325 21
Decimal 205 213 17
Hex CD D5 11

RGB Percentages of Color #cdd511

%47.13
%48.97
%3.91

CMYK Percentages of Color #cdd511

%4
%0
%92
%16

Triadic Colors of #cdd511

#cdd511 #11cdd5 #d511cd

Analogous Colors of #cdd511

#cdd511 #6bd511 #d57b11

Monochromatic Colors of #cdd511

#cdd511

Complementary Color

#cdd511 #1911d5

#cdd511 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cdd511 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cdd511 Color CSS Codes

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

#cdd511 Text Font Color

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

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


#cdd511 Background Color

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

This div background color is #cdd511


#cdd511 Border Color

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

This div border color is #cdd511


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cdd511


Comments

No comments written yet.

Please login to write comment.