Color Hex Logo

#ddfe7b Color Hex

#DDFE7B
(221,254,123)
0 Favorites   0 Comments

Color spaces of #ddfe7b

RGB 221254123
HSL0.210.980.74
HSV75°52°100°
CMYK 0.130.000.52   0.00
XYZ68.835887.685832.0359
Yxy87.68580.36510.4650
Hunter Lab93.6407-32.654945.2645
CIE-Lab95.0285-29.554958.4068

#ddfe7b color RGB value is (221,254,123).

#ddfe7b hex color red value is 221, green value is 254 and the blue value of its RGB is 123. Cylindrical-coordinate representations (also known as HSL) of color #ddfe7b hue: 0.21 , saturation: 0.98 and the lightness value of ddfe7b is 0.74.

The process color (four color CMYK) of #ddfe7b color hex is 0.13, 0.00, 0.52, 0.00. Web safe color of #ddfe7b is #ccff66. Color #ddfe7b contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011101 11111110 01111011
Octal 335 376 173
Decimal 221 254 123
Hex DD FE 7B

RGB Percentages of Color #ddfe7b

%36.96
%42.47
%20.57

CMYK Percentages of Color #ddfe7b

%13
%0
%52
%0

Triadic Colors of #ddfe7b

#ddfe7b #7bddfe #fe7bdd

Analogous Colors of #ddfe7b

#ddfe7b #9cfe7b #fede7b

Monochromatic Colors of #ddfe7b

#ddfe7b

Complementary Color

#ddfe7b #9c7bfe

#ddfe7b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddfe7b Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddfe7b Color CSS Codes

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

#ddfe7b Text Font Color

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

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


#ddfe7b Background Color

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

This div background color is #ddfe7b


#ddfe7b Border Color

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

This div border color is #ddfe7b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddfe7b


Comments

No comments written yet.

Please login to write comment.