Color Hex Logo

#cdd718 Color Hex

#CDD718
(205,215,24)
0 Favorites   0 Comments

Color spaces of #cdd718

RGB 20521524
HSL0.180.800.47
HSV63°89°84°
CMYK 0.050.000.89   0.16
XYZ49.642161.646010.1466
Yxy61.64600.40880.5076
Hunter Lab78.5150-24.542347.2983
CIE-Lab82.7248-22.876079.5410

#cdd718 color RGB value is (205,215,24).

#cdd718 hex color red value is 205, green value is 215 and the blue value of its RGB is 24. Cylindrical-coordinate representations (also known as HSL) of color #cdd718 hue: 0.18 , saturation: 0.80 and the lightness value of cdd718 is 0.47.

The process color (four color CMYK) of #cdd718 color hex is 0.05, 0.00, 0.89, 0.16. Web safe color of #cdd718 is #cccc00. Color #cdd718 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001101 11010111 00011000
Octal 315 327 30
Decimal 205 215 24
Hex CD D7 18

RGB Percentages of Color #cdd718

%46.17
%48.42
%5.41

CMYK Percentages of Color #cdd718

%5
%0
%89
%16

Triadic Colors of #cdd718

#cdd718 #18cdd7 #d718cd

Analogous Colors of #cdd718

#cdd718 #6ed718 #d78218

Monochromatic Colors of #cdd718

#cdd718

Complementary Color

#cdd718 #2218d7

#cdd718 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cdd718 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cdd718 Color CSS Codes

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

#cdd718 Text Font Color

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

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


#cdd718 Background Color

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

This div background color is #cdd718


#cdd718 Border Color

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

This div border color is #cdd718


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cdd718


Comments

No comments written yet.

Please login to write comment.