Color Hex Logo

#defd0d Color Hex

#DEFD0D
(222,253,13)
0 Favorites   0 Comments

Color spaces of #defd0d

RGB 22225313
HSL0.190.980.52
HSV68°95°99°
CMYK 0.120.000.95   0.01
XYZ65.322185.809213.5008
Yxy85.80920.39680.5212
Hunter Lab92.6333-36.235556.2021
CIE-Lab94.2307-33.890090.3220

#defd0d color RGB value is (222,253,13).

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

The process color (four color CMYK) of #defd0d color hex is 0.12, 0.00, 0.95, 0.01. Web safe color of #defd0d is #ccff00. Color #defd0d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011110 11111101 00001101
Octal 336 375 15
Decimal 222 253 13
Hex DE FD D

RGB Percentages of Color #defd0d

%45.49
%51.84
%2.66

CMYK Percentages of Color #defd0d

%12
%0
%95
%1

Triadic Colors of #defd0d

#defd0d #0ddefd #fd0dde

Analogous Colors of #defd0d

#defd0d #66fd0d #fda40d

Monochromatic Colors of #defd0d

#defd0d

Complementary Color

#defd0d #2c0dfd

#defd0d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#defd0d Color Preview on White Background

Lorem ipsum dolor sit amet.

#defd0d Color CSS Codes

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

#defd0d Text Font Color

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

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


#defd0d Background Color

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

This div background color is #defd0d


#defd0d Border Color

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

This div border color is #defd0d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #defd0d


Comments

No comments written yet.

Please login to write comment.