Color Hex Logo

#ddfe4b Color Hex

#DDFE4B
(221,254,75)
0 Favorites   0 Comments

Color spaces of #ddfe4b

RGB 22125475
HSL0.200.990.65
HSV71°70°100°
CMYK 0.130.000.70   0.00
XYZ66.530686.763819.8972
Yxy86.76380.38410.5010
Hunter Lab93.1471-35.513252.5380
CIE-Lab94.6380-32.940977.2608

#ddfe4b color RGB value is (221,254,75).

#ddfe4b hex color red value is 221, green value is 254 and the blue value of its RGB is 75. Cylindrical-coordinate representations (also known as HSL) of color #ddfe4b hue: 0.20 , saturation: 0.99 and the lightness value of ddfe4b is 0.65.

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 11111110 01001011
Octal 335 376 113
Decimal 221 254 75
Hex DD FE 4B

RGB Percentages of Color #ddfe4b

%40.18
%46.18
%13.64

CMYK Percentages of Color #ddfe4b

%13
%0
%70
%0

Triadic Colors of #ddfe4b

#ddfe4b #4bddfe #fe4bdd

Analogous Colors of #ddfe4b

#ddfe4b #84fe4b #fec64b

Monochromatic Colors of #ddfe4b

#ddfe4b

Complementary Color

#ddfe4b #6c4bfe

#ddfe4b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddfe4b Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddfe4b Color CSS Codes

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

#ddfe4b Text Font Color

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

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


#ddfe4b Background Color

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

This div background color is #ddfe4b


#ddfe4b Border Color

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

This div border color is #ddfe4b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddfe4b

Related Colors


Comments

No comments written yet.

Please login to write comment.