Color Hex Logo

#defb74 Color Hex

#DEFB74
(222,251,116)
0 Favorites   0 Comments

Color spaces of #defb74

RGB 222251116
HSL0.200.940.72
HSV73°54°98°
CMYK 0.120.000.54   0.02
XYZ67.773885.784929.5091
Yxy85.78490.37020.4686
Hunter Lab92.6201-31.469845.9441
CIE-Lab94.2203-28.392560.6069

#defb74 color RGB value is (222,251,116).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011110 11111011 01110100
Octal 336 373 164
Decimal 222 251 116
Hex DE FB 74

RGB Percentages of Color #defb74

%37.69
%42.61
%19.69

CMYK Percentages of Color #defb74

%12
%0
%54
%2

Triadic Colors of #defb74

#defb74 #74defb #fb74de

Analogous Colors of #defb74

#defb74 #9bfb74 #fbd574

Monochromatic Colors of #defb74

#defb74

Complementary Color

#defb74 #9174fb

#defb74 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#defb74 Color Preview on White Background

Lorem ipsum dolor sit amet.

#defb74 Color CSS Codes

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

#defb74 Text Font Color

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

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


#defb74 Background Color

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

This div background color is #defb74


#defb74 Border Color

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

This div border color is #defb74


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #defb74


Comments

No comments written yet.

Please login to write comment.