Color Hex Logo

#ddf541 Color Hex

#DDF541
(221,245,65)
0 Favorites   0 Comments

Color spaces of #ddf541

RGB 22124565
HSL0.190.900.61
HSV68°73°96°
CMYK 0.100.000.73   0.04
XYZ63.425381.058617.3040
Yxy81.05860.39200.5010
Hunter Lab90.0325-31.808951.6274
CIE-Lab92.1578-29.267778.1464

#ddf541 color RGB value is (221,245,65).

#ddf541 hex color red value is 221, green value is 245 and the blue value of its RGB is 65. Cylindrical-coordinate representations (also known as HSL) of color #ddf541 hue: 0.19 , saturation: 0.90 and the lightness value of ddf541 is 0.61.

The process color (four color CMYK) of #ddf541 color hex is 0.10, 0.00, 0.73, 0.04. Web safe color of #ddf541 is #ccff33. Color #ddf541 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011101 11110101 01000001
Octal 335 365 101
Decimal 221 245 65
Hex DD F5 41

RGB Percentages of Color #ddf541

%41.62
%46.14
%12.24

CMYK Percentages of Color #ddf541

%10
%0
%73
%4

Triadic Colors of #ddf541

#ddf541 #41ddf5 #f541dd

Analogous Colors of #ddf541

#ddf541 #83f541 #f5b341

Monochromatic Colors of #ddf541

#ddf541

Complementary Color

#ddf541 #5941f5

#ddf541 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddf541 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddf541 Color CSS Codes

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

#ddf541 Text Font Color

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

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


#ddf541 Background Color

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

This div background color is #ddf541


#ddf541 Border Color

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

This div border color is #ddf541


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(221,245,65, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddf541


Comments

No comments written yet.

Please login to write comment.