Color Hex Logo

#defb7c Color Hex

#DEFB7C
(222,251,124)
0 Favorites   0 Comments

Color spaces of #defb7c

RGB 222251124
HSL0.200.940.74
HSV74°51°98°
CMYK 0.120.000.51   0.02
XYZ68.259585.979232.0668
Yxy85.97920.36640.4615
Hunter Lab92.7250-30.865944.4034
CIE-Lab94.3035-27.686357.1140

#defb7c color RGB value is (222,251,124).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011110 11111011 01111100
Octal 336 373 174
Decimal 222 251 124
Hex DE FB 7C

RGB Percentages of Color #defb7c

%37.19
%42.04
%20.77

CMYK Percentages of Color #defb7c

%12
%0
%51
%2

Triadic Colors of #defb7c

#defb7c #7cdefb #fb7cde

Analogous Colors of #defb7c

#defb7c #9ffb7c #fbd97c

Monochromatic Colors of #defb7c

#defb7c

Complementary Color

#defb7c #997cfb

#defb7c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#defb7c Color Preview on White Background

Lorem ipsum dolor sit amet.

#defb7c Color CSS Codes

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

#defb7c Text Font Color

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

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


#defb7c Background Color

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

This div background color is #defb7c


#defb7c Border Color

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

This div border color is #defb7c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #defb7c


Comments

No comments written yet.

Please login to write comment.