Color Hex Logo

#defb14 Color Hex

#DEFB14
(222,251,20)
0 Favorites   0 Comments

Color spaces of #defb14

RGB 22225120
HSL0.190.970.53
HSV68°92°98°
CMYK 0.120.000.92   0.02
XYZ64.747684.574513.5738
Yxy84.57450.39750.5192
Hunter Lab91.9644-35.264655.6240
CIE-Lab93.6995-32.897489.2266

#defb14 color RGB value is (222,251,20).

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

The process color (four color CMYK) of #defb14 color hex is 0.12, 0.00, 0.92, 0.02. Web safe color of #defb14 is #ccff00. Color #defb14 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011110 11111011 00010100
Octal 336 373 24
Decimal 222 251 20
Hex DE FB 14

RGB Percentages of Color #defb14

%45.03
%50.91
%4.06

CMYK Percentages of Color #defb14

%12
%0
%92
%2

Triadic Colors of #defb14

#defb14 #14defb #fb14de

Analogous Colors of #defb14

#defb14 #6bfb14 #fba514

Monochromatic Colors of #defb14

#defb14

Complementary Color

#defb14 #3114fb

#defb14 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#defb14 Color Preview on White Background

Lorem ipsum dolor sit amet.

#defb14 Color CSS Codes

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

#defb14 Text Font Color

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

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


#defb14 Background Color

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

This div background color is #defb14


#defb14 Border Color

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

This div border color is #defb14


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #defb14


Comments

No comments written yet.

Please login to write comment.