Color Hex Logo

#ddf938 Color Hex

#DDF938
(221,249,56)
0 Favorites   0 Comments

Color spaces of #ddf938

RGB 22124956
HSL0.190.940.60
HSV69°78°98°
CMYK 0.110.000.78   0.02
XYZ64.408383.409016.4463
Yxy83.40900.39210.5078
Hunter Lab91.3285-33.940053.2531
CIE-Lab93.1932-31.485281.7519

#ddf938 color RGB value is (221,249,56).

#ddf938 hex color red value is 221, green value is 249 and the blue value of its RGB is 56. Cylindrical-coordinate representations (also known as HSL) of color #ddf938 hue: 0.19 , saturation: 0.94 and the lightness value of ddf938 is 0.60.

The process color (four color CMYK) of #ddf938 color hex is 0.11, 0.00, 0.78, 0.02. Web safe color of #ddf938 is #ccff33. Color #ddf938 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011101 11111001 00111000
Octal 335 371 70
Decimal 221 249 56
Hex DD F9 38

RGB Percentages of Color #ddf938

%42.02
%47.34
%10.65

CMYK Percentages of Color #ddf938

%11
%0
%78
%2

Triadic Colors of #ddf938

#ddf938 #38ddf9 #f938dd

Analogous Colors of #ddf938

#ddf938 #7df938 #f9b538

Monochromatic Colors of #ddf938

#ddf938

Complementary Color

#ddf938 #5438f9

#ddf938 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddf938 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddf938 Color CSS Codes

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

#ddf938 Text Font Color

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

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


#ddf938 Background Color

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

This div background color is #ddf938


#ddf938 Border Color

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

This div border color is #ddf938


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddf938

Related Colors


Comments

No comments written yet.

Please login to write comment.