Color Hex Logo

#dee030 Color Hex

#DEE030
(222,224,48)
0 Favorites   0 Comments

Color spaces of #dee030

RGB 22222448
HSL0.170.740.53
HSV61°79°88°
CMYK 0.010.000.79   0.12
XYZ57.313469.054313.1044
Yxy69.05430.41090.4951
Hunter Lab83.0989-22.311548.8194
CIE-Lab86.5309-19.525578.0323

#dee030 color RGB value is (222,224,48).

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

The process color (four color CMYK) of #dee030 color hex is 0.01, 0.00, 0.79, 0.12. Web safe color of #dee030 is #cccc33. Color #dee030 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011110 11100000 00110000
Octal 336 340 60
Decimal 222 224 48
Hex DE E0 30

RGB Percentages of Color #dee030

%44.94
%45.34
%9.72

CMYK Percentages of Color #dee030

%1
%0
%79
%12

Triadic Colors of #dee030

#dee030 #30dee0 #e030de

Analogous Colors of #dee030

#dee030 #86e030 #e08a30

Monochromatic Colors of #dee030

#dee030

Complementary Color

#dee030 #3230e0

#dee030 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dee030 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dee030 Color CSS Codes

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

#dee030 Text Font Color

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

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


#dee030 Background Color

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

This div background color is #dee030


#dee030 Border Color

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

This div border color is #dee030


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dee030


Comments

No comments written yet.

Please login to write comment.