Color Hex Logo

#cdd018 Color Hex

#CDD018
(205,208,24)
0 Favorites   0 Comments

Color spaces of #cdd018

RGB 20520824
HSL0.170.790.45
HSV61°88°82°
CMYK 0.010.000.88   0.18
XYZ47.897658.15689.5651
Yxy58.15680.41430.5030
Hunter Lab76.2606-21.344245.9459
CIE-Lab80.8259-19.464178.0334

#cdd018 color RGB value is (205,208,24).

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

The process color (four color CMYK) of #cdd018 color hex is 0.01, 0.00, 0.88, 0.18. Web safe color of #cdd018 is #cccc00. Color #cdd018 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001101 11010000 00011000
Octal 315 320 30
Decimal 205 208 24
Hex CD D0 18

RGB Percentages of Color #cdd018

%46.91
%47.60
%5.49

CMYK Percentages of Color #cdd018

%1
%0
%88
%18

Triadic Colors of #cdd018

#cdd018 #18cdd0 #d018cd

Analogous Colors of #cdd018

#cdd018 #71d018 #d07718

Monochromatic Colors of #cdd018

#cdd018

Complementary Color

#cdd018 #1b18d0

#cdd018 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cdd018 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cdd018 Color CSS Codes

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

#cdd018 Text Font Color

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

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


#cdd018 Background Color

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

This div background color is #cdd018


#cdd018 Border Color

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

This div border color is #cdd018


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cdd018


Comments

No comments written yet.

Please login to write comment.