Color Hex Logo

#defb7d Color Hex

#DEFB7D
(222,251,125)
0 Favorites   0 Comments

Color spaces of #defb7d

RGB 222251125
HSL0.210.940.74
HSV74°50°98°
CMYK 0.120.000.50   0.02
XYZ68.323186.004632.4016
Yxy86.00460.36590.4606
Hunter Lab92.7387-30.786944.2020
CIE-Lab94.3143-27.594156.6712

#defb7d color RGB value is (222,251,125).

#defb7d hex color red value is 222, green value is 251 and the blue value of its RGB is 125. Cylindrical-coordinate representations (also known as HSL) of color #defb7d hue: 0.21 , saturation: 0.94 and the lightness value of defb7d is 0.74.

The process color (four color CMYK) of #defb7d color hex is 0.12, 0.00, 0.50, 0.02. Web safe color of #defb7d is #ccff66. Color #defb7d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011110 11111011 01111101
Octal 336 373 175
Decimal 222 251 125
Hex DE FB 7D

RGB Percentages of Color #defb7d

%37.12
%41.97
%20.90

CMYK Percentages of Color #defb7d

%12
%0
%50
%2

Triadic Colors of #defb7d

#defb7d #7ddefb #fb7dde

Analogous Colors of #defb7d

#defb7d #9ffb7d #fbd97d

Monochromatic Colors of #defb7d

#defb7d

Complementary Color

#defb7d #9a7dfb

#defb7d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#defb7d Color Preview on White Background

Lorem ipsum dolor sit amet.

#defb7d Color CSS Codes

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

#defb7d Text Font Color

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

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


#defb7d Background Color

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

This div background color is #defb7d


#defb7d Border Color

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

This div border color is #defb7d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #defb7d


Comments

No comments written yet.

Please login to write comment.