Color Hex Logo

#ddf84b Color Hex

#DDF84B
(221,248,75)
0 Favorites   0 Comments

Color spaces of #ddf84b

RGB 22124875
HSL0.190.930.63
HSV69°70°97°
CMYK 0.110.000.70   0.03
XYZ64.656283.015019.2724
Yxy83.01500.38730.4973
Hunter Lab91.1126-32.778151.2376
CIE-Lab93.0210-30.180275.6736

#ddf84b color RGB value is (221,248,75).

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

The process color (four color CMYK) of #ddf84b color hex is 0.11, 0.00, 0.70, 0.03. Web safe color of #ddf84b is #ccff33. Color #ddf84b contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011101 11111000 01001011
Octal 335 370 113
Decimal 221 248 75
Hex DD F8 4B

RGB Percentages of Color #ddf84b

%40.63
%45.59
%13.79

CMYK Percentages of Color #ddf84b

%11
%0
%70
%3

Triadic Colors of #ddf84b

#ddf84b #4bddf8 #f84bdd

Analogous Colors of #ddf84b

#ddf84b #87f84b #f8bd4b

Monochromatic Colors of #ddf84b

#ddf84b

Complementary Color

#ddf84b #664bf8

#ddf84b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddf84b Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddf84b Color CSS Codes

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

#ddf84b Text Font Color

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

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


#ddf84b Background Color

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

This div background color is #ddf84b


#ddf84b Border Color

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

This div border color is #ddf84b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddf84b


Comments

No comments written yet.

Please login to write comment.