Color Hex Logo

#defb61 Color Hex

#DEFB61
(222,251,97)
0 Favorites   0 Comments

Color spaces of #defb61

RGB 22225197
HSL0.200.950.68
HSV71°61°98°
CMYK 0.120.000.61   0.02
XYZ66.779085.387024.2710
Yxy85.38700.37850.4840
Hunter Lab92.4051-32.711149.1105
CIE-Lab94.0496-29.853168.4747

#defb61 color RGB value is (222,251,97).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011110 11111011 01100001
Octal 336 373 141
Decimal 222 251 97
Hex DE FB 61

RGB Percentages of Color #defb61

%38.95
%44.04
%17.02

CMYK Percentages of Color #defb61

%12
%0
%61
%2

Triadic Colors of #defb61

#defb61 #61defb #fb61de

Analogous Colors of #defb61

#defb61 #91fb61 #fbcb61

Monochromatic Colors of #defb61

#defb61

Complementary Color

#defb61 #7e61fb

#defb61 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#defb61 Color Preview on White Background

Lorem ipsum dolor sit amet.

#defb61 Color CSS Codes

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

#defb61 Text Font Color

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

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


#defb61 Background Color

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

This div background color is #defb61


#defb61 Border Color

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

This div border color is #defb61


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #defb61


Comments

No comments written yet.

Please login to write comment.