Color Hex Logo

#ddcf18 Color Hex

#DDCF18
(221,207,24)
0 Favorites   0 Comments

Color spaces of #ddcf18

RGB 22120724
HSL0.150.800.48
HSV56°89°87°
CMYK 0.000.060.89   0.13
XYZ52.296560.06379.7013
Yxy60.06370.42840.4921
Hunter Lab77.5008-15.176946.8288
CIE-Lab81.8728-12.151079.4184

#ddcf18 color RGB value is (221,207,24).

#ddcf18 hex color red value is 221, green value is 207 and the blue value of its RGB is 24. Cylindrical-coordinate representations (also known as HSL) of color #ddcf18 hue: 0.15 , saturation: 0.80 and the lightness value of ddcf18 is 0.48.

The process color (four color CMYK) of #ddcf18 color hex is 0.00, 0.06, 0.89, 0.13. Web safe color of #ddcf18 is #cccc00. Color #ddcf18 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011101 11001111 00011000
Octal 335 317 30
Decimal 221 207 24
Hex DD CF 18

RGB Percentages of Color #ddcf18

%48.89
%45.80
%5.31

CMYK Percentages of Color #ddcf18

%0
%6
%89
%13

Triadic Colors of #ddcf18

#ddcf18 #18ddcf #cf18dd

Analogous Colors of #ddcf18

#ddcf18 #89dd18 #dd6d18

Monochromatic Colors of #ddcf18

#ddcf18

Complementary Color

#ddcf18 #1826dd

#ddcf18 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddcf18 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddcf18 Color CSS Codes

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

#ddcf18 Text Font Color

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

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


#ddcf18 Background Color

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

This div background color is #ddcf18


#ddcf18 Border Color

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

This div border color is #ddcf18


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddcf18


Comments

No comments written yet.

Please login to write comment.