Color Hex Logo

#defb43 Color Hex

#DEFB43
(222,251,67)
0 Favorites   0 Comments

Color spaces of #defb43

RGB 22225167
HSL0.190.960.62
HSV69°73°98°
CMYK 0.120.000.73   0.02
XYZ65.634584.929218.2439
Yxy84.92920.38880.5031
Hunter Lab92.1570-34.146652.7726
CIE-Lab93.8526-31.557979.1416

#defb43 color RGB value is (222,251,67).

#defb43 hex color red value is 222, green value is 251 and the blue value of its RGB is 67. Cylindrical-coordinate representations (also known as HSL) of color #defb43 hue: 0.19 , saturation: 0.96 and the lightness value of defb43 is 0.62.

The process color (four color CMYK) of #defb43 color hex is 0.12, 0.00, 0.73, 0.02. Web safe color of #defb43 is #ccff33. Color #defb43 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011110 11111011 01000011
Octal 336 373 103
Decimal 222 251 67
Hex DE FB 43

RGB Percentages of Color #defb43

%41.11
%46.48
%12.41

CMYK Percentages of Color #defb43

%12
%0
%73
%2

Triadic Colors of #defb43

#defb43 #43defb #fb43de

Analogous Colors of #defb43

#defb43 #82fb43 #fbbc43

Monochromatic Colors of #defb43

#defb43

Complementary Color

#defb43 #6043fb

#defb43 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#defb43 Color Preview on White Background

Lorem ipsum dolor sit amet.

#defb43 Color CSS Codes

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

#defb43 Text Font Color

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

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


#defb43 Background Color

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

This div background color is #defb43


#defb43 Border Color

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

This div border color is #defb43


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #defb43


Comments

No comments written yet.

Please login to write comment.