Color Hex Logo

#ddf04b Color Hex

#DDF04B
(221,240,75)
0 Favorites   0 Comments

Color spaces of #ddf04b

RGB 22124075
HSL0.190.850.62
HSV67°69°94°
CMYK 0.080.000.69   0.06
XYZ62.248978.200318.4699
Yxy78.20030.39170.4921
Hunter Lab88.4309-29.103249.5182
CIE-Lab90.8712-26.440673.5479

#ddf04b color RGB value is (221,240,75).

#ddf04b hex color red value is 221, green value is 240 and the blue value of its RGB is 75. Cylindrical-coordinate representations (also known as HSL) of color #ddf04b hue: 0.19 , saturation: 0.85 and the lightness value of ddf04b is 0.62.

The process color (four color CMYK) of #ddf04b color hex is 0.08, 0.00, 0.69, 0.06. Web safe color of #ddf04b is #ccff33. Color #ddf04b contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011101 11110000 01001011
Octal 335 360 113
Decimal 221 240 75
Hex DD F0 4B

RGB Percentages of Color #ddf04b

%41.23
%44.78
%13.99

CMYK Percentages of Color #ddf04b

%8
%0
%69
%6

Triadic Colors of #ddf04b

#ddf04b #4bddf0 #f04bdd

Analogous Colors of #ddf04b

#ddf04b #8bf04b #f0b14b

Monochromatic Colors of #ddf04b

#ddf04b

Complementary Color

#ddf04b #5e4bf0

#ddf04b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddf04b Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddf04b Color CSS Codes

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

#ddf04b Text Font Color

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

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


#ddf04b Background Color

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

This div background color is #ddf04b


#ddf04b Border Color

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

This div border color is #ddf04b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddf04b


Comments

No comments written yet.

Please login to write comment.