Color Hex Logo

#defd4a Color Hex

#DEFD4A
(222,253,74)
0 Favorites   0 Comments

Color spaces of #defd4a

RGB 22225374
HSL0.200.980.64
HSV70°71°99°
CMYK 0.120.000.71   0.01
XYZ66.485586.274619.6271
Yxy86.27460.38570.5005
Hunter Lab92.8841-34.778752.4905
CIE-Lab94.4296-32.143377.4175

#defd4a color RGB value is (222,253,74).

#defd4a hex color red value is 222, green value is 253 and the blue value of its RGB is 74. Cylindrical-coordinate representations (also known as HSL) of color #defd4a hue: 0.20 , saturation: 0.98 and the lightness value of defd4a is 0.64.

The process color (four color CMYK) of #defd4a color hex is 0.12, 0.00, 0.71, 0.01. Web safe color of #defd4a is #ccff33. Color #defd4a contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011110 11111101 01001010
Octal 336 375 112
Decimal 222 253 74
Hex DE FD 4A

RGB Percentages of Color #defd4a

%40.44
%46.08
%13.48

CMYK Percentages of Color #defd4a

%12
%0
%71
%1

Triadic Colors of #defd4a

#defd4a #4adefd #fd4ade

Analogous Colors of #defd4a

#defd4a #85fd4a #fdc34a

Monochromatic Colors of #defd4a

#defd4a

Complementary Color

#defd4a #694afd

#defd4a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#defd4a Color Preview on White Background

Lorem ipsum dolor sit amet.

#defd4a Color CSS Codes

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

#defd4a Text Font Color

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

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


#defd4a Background Color

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

This div background color is #defd4a


#defd4a Border Color

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

This div border color is #defd4a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #defd4a

Related Colors


Comments

No comments written yet.

Please login to write comment.