Color Hex Logo

#defb0d Color Hex

#DEFB0D
(222,251,13)
0 Favorites   0 Comments

Color spaces of #defb0d

RGB 22225113
HSL0.190.970.52
HSV67°95°98°
CMYK 0.120.000.95   0.02
XYZ64.694084.553013.2914
Yxy84.55300.39800.5202
Hunter Lab91.9527-35.332355.7968
CIE-Lab93.6902-32.978889.9084

#defb0d color RGB value is (222,251,13).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011110 11111011 00001101
Octal 336 373 15
Decimal 222 251 13
Hex DE FB D

RGB Percentages of Color #defb0d

%45.68
%51.65
%2.67

CMYK Percentages of Color #defb0d

%12
%0
%95
%2

Triadic Colors of #defb0d

#defb0d #0ddefb #fb0dde

Analogous Colors of #defb0d

#defb0d #67fb0d #fba10d

Monochromatic Colors of #defb0d

#defb0d

Complementary Color

#defb0d #2a0dfb

#defb0d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#defb0d Color Preview on White Background

Lorem ipsum dolor sit amet.

#defb0d Color CSS Codes

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

#defb0d Text Font Color

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

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


#defb0d Background Color

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

This div background color is #defb0d


#defb0d Border Color

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

This div border color is #defb0d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #defb0d


Comments

No comments written yet.

Please login to write comment.