Color Hex Logo

#defd60 Color Hex

#DEFD60
(222,253,96)
0 Favorites   0 Comments

Color spaces of #defd60

RGB 22225396
HSL0.200.980.68
HSV72°62°99°
CMYK 0.120.000.62   0.01
XYZ67.360886.624724.2363
Yxy86.62470.37800.4860
Hunter Lab93.0724-33.688049.7114
CIE-Lab94.5788-30.846969.4449

#defd60 color RGB value is (222,253,96).

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

The process color (four color CMYK) of #defd60 color hex is 0.12, 0.00, 0.62, 0.01. Web safe color of #defd60 is #ccff66. Color #defd60 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011110 11111101 01100000
Octal 336 375 140
Decimal 222 253 96
Hex DE FD 60

RGB Percentages of Color #defd60

%38.88
%44.31
%16.81

CMYK Percentages of Color #defd60

%12
%0
%62
%1

Triadic Colors of #defd60

#defd60 #60defd #fd60de

Analogous Colors of #defd60

#defd60 #90fd60 #fdce60

Monochromatic Colors of #defd60

#defd60

Complementary Color

#defd60 #7f60fd

#defd60 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#defd60 Color Preview on White Background

Lorem ipsum dolor sit amet.

#defd60 Color CSS Codes

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

#defd60 Text Font Color

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

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


#defd60 Background Color

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

This div background color is #defd60


#defd60 Border Color

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

This div border color is #defd60


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #defd60


Comments

No comments written yet.

Please login to write comment.