Color Hex Logo

#deff1d Color Hex

#DEFF1D
(222,255,29)
0 Favorites   0 Comments

Color spaces of #deff1d

RGB 22225529
HSL0.191.000.56
HSV69°89°100°
CMYK 0.130.000.89   0.00
XYZ66.106087.138314.4976
Yxy87.13830.39410.5195
Hunter Lab93.3479-36.950856.1354
CIE-Lab94.7969-34.572588.9018

#deff1d color RGB value is (222,255,29).

#deff1d hex color red value is 222, green value is 255 and the blue value of its RGB is 29. Cylindrical-coordinate representations (also known as HSL) of color #deff1d hue: 0.19 , saturation: 1.00 and the lightness value of deff1d is 0.56.

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

Base Numbers

BaseRedGreenBlue
Binary 11011110 11111111 00011101
Octal 336 377 35
Decimal 222 255 29
Hex DE FF 1D

RGB Percentages of Color #deff1d

%43.87
%50.40
%5.73

CMYK Percentages of Color #deff1d

%13
%0
%89
%0

Triadic Colors of #deff1d

#deff1d #1ddeff #ff1dde

Analogous Colors of #deff1d

#deff1d #6dff1d #ffaf1d

Monochromatic Colors of #deff1d

#deff1d

Complementary Color

#deff1d #3e1dff

#deff1d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#deff1d Color Preview on White Background

Lorem ipsum dolor sit amet.

#deff1d Color CSS Codes

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

#deff1d Text Font Color

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

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


#deff1d Background Color

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

This div background color is #deff1d


#deff1d Border Color

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

This div border color is #deff1d


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(222,255,29, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #deff1d; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #deff1d;
  -webkit-box-shadow: 1px 1px 3px 2px #deff1d;
  box-shadow:         1px 1px 3px 2px #deff1d; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(222,255,29, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #deff1d


Comments

No comments written yet.

Please login to write comment.