Color Hex Logo

#ddf018 Color Hex

#DDF018
(221,240,24)
0 Favorites   0 Comments

Color spaces of #ddf018

RGB 22124024
HSL0.180.880.52
HSV65°90°94°
CMYK 0.080.000.90   0.06
XYZ61.143877.758312.6504
Yxy77.75830.40340.5131
Hunter Lab88.1807-30.545653.2207
CIE-Lab90.6695-28.155986.3216

#ddf018 color RGB value is (221,240,24).

#ddf018 hex color red value is 221, green value is 240 and the blue value of its RGB is 24. Cylindrical-coordinate representations (also known as HSL) of color #ddf018 hue: 0.18 , saturation: 0.88 and the lightness value of ddf018 is 0.52.

The process color (four color CMYK) of #ddf018 color hex is 0.08, 0.00, 0.90, 0.06. Web safe color of #ddf018 is #ccff00. Color #ddf018 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011101 11110000 00011000
Octal 335 360 30
Decimal 221 240 24
Hex DD F0 18

RGB Percentages of Color #ddf018

%45.57
%49.48
%4.95

CMYK Percentages of Color #ddf018

%8
%0
%90
%6

Triadic Colors of #ddf018

#ddf018 #18ddf0 #f018dd

Analogous Colors of #ddf018

#ddf018 #71f018 #f09718

Monochromatic Colors of #ddf018

#ddf018

Complementary Color

#ddf018 #2b18f0

#ddf018 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddf018 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddf018 Color CSS Codes

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

#ddf018 Text Font Color

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

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


#ddf018 Background Color

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

This div background color is #ddf018


#ddf018 Border Color

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

This div border color is #ddf018


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddf018


Comments

No comments written yet.

Please login to write comment.