Color Hex Logo

#dee051 Color Hex

#DEE051
(222,224,81)
0 Favorites   0 Comments

Color spaces of #dee051

RGB 22222481
HSL0.170.700.60
HSV61°64°88°
CMYK 0.010.000.64   0.12
XYZ58.265169.435018.1160
Yxy69.43500.39960.4762
Hunter Lab83.3277-21.011145.4393
CIE-Lab86.7190-18.010967.1005

#dee051 color RGB value is (222,224,81).

#dee051 hex color red value is 222, green value is 224 and the blue value of its RGB is 81. Cylindrical-coordinate representations (also known as HSL) of color #dee051 hue: 0.17 , saturation: 0.70 and the lightness value of dee051 is 0.60.

The process color (four color CMYK) of #dee051 color hex is 0.01, 0.00, 0.64, 0.12. Web safe color of #dee051 is #cccc66. Color #dee051 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011110 11100000 01010001
Octal 336 340 121
Decimal 222 224 81
Hex DE E0 51

RGB Percentages of Color #dee051

%42.13
%42.50
%15.37

CMYK Percentages of Color #dee051

%1
%0
%64
%12

Triadic Colors of #dee051

#dee051 #51dee0 #e051de

Analogous Colors of #dee051

#dee051 #97e051 #e09b51

Monochromatic Colors of #dee051

#dee051

Complementary Color

#dee051 #5351e0

#dee051 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dee051 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dee051 Color CSS Codes

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

#dee051 Text Font Color

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

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


#dee051 Background Color

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

This div background color is #dee051


#dee051 Border Color

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

This div border color is #dee051


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dee051


Comments

No comments written yet.

Please login to write comment.