Color Hex Logo

#dee058 Color Hex

#DEE058
(222,224,88)
0 Favorites   0 Comments

Color spaces of #dee058

RGB 22222488
HSL0.170.690.61
HSV61°61°88°
CMYK 0.010.000.61   0.12
XYZ58.541369.545519.5707
Yxy69.54550.39650.4710
Hunter Lab83.3939-20.635144.4617
CIE-Lab86.7735-17.575564.3256

#dee058 color RGB value is (222,224,88).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011110 11100000 01011000
Octal 336 340 130
Decimal 222 224 88
Hex DE E0 58

RGB Percentages of Color #dee058

%41.57
%41.95
%16.48

CMYK Percentages of Color #dee058

%1
%0
%61
%12

Triadic Colors of #dee058

#dee058 #58dee0 #e058de

Analogous Colors of #dee058

#dee058 #9ae058 #e09e58

Monochromatic Colors of #dee058

#dee058

Complementary Color

#dee058 #5a58e0

#dee058 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dee058 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dee058 Color CSS Codes

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

#dee058 Text Font Color

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

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


#dee058 Background Color

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

This div background color is #dee058


#dee058 Border Color

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

This div border color is #dee058


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dee058


Comments

No comments written yet.

Please login to write comment.