Color Hex Logo

#ddfe03 Color Hex

#DDFE03
(221,254,3)
0 Favorites   0 Comments

Color spaces of #ddfe03

RGB 2212543
HSL0.190.990.50
HSV68°99°100°
CMYK 0.130.000.99   0.00
XYZ65.277086.262313.2960
Yxy86.26230.39600.5233
Hunter Lab92.8775-37.080656.5265
CIE-Lab94.4244-34.826491.1628

#ddfe03 color RGB value is (221,254,3).

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

The process color (four color CMYK) of #ddfe03 color hex is 0.13, 0.00, 0.99, 0.00. Web safe color of #ddfe03 is #ccff00. Color #ddfe03 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011101 11111110 00000011
Octal 335 376 3
Decimal 221 254 3
Hex DD FE 3

RGB Percentages of Color #ddfe03

%46.23
%53.14
%0.63

CMYK Percentages of Color #ddfe03

%13
%0
%99
%0

Triadic Colors of #ddfe03

#ddfe03 #03ddfe #fe03dd

Analogous Colors of #ddfe03

#ddfe03 #60fe03 #fea203

Monochromatic Colors of #ddfe03

#ddfe03

Complementary Color

#ddfe03 #2403fe

#ddfe03 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddfe03 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddfe03 Color CSS Codes

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

#ddfe03 Text Font Color

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

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


#ddfe03 Background Color

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

This div background color is #ddfe03


#ddfe03 Border Color

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

This div border color is #ddfe03


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddfe03

Related Colors


Comments

No comments written yet.

Please login to write comment.