Color Hex Logo

#dee628 Color Hex

#DEE628
(222,230,40)
0 Favorites   0 Comments

Color spaces of #dee628

RGB 22223040
HSL0.170.790.53
HSV63°83°90°
CMYK 0.030.000.83   0.10
XYZ58.804072.276412.8589
Yxy72.27640.40850.5021
Hunter Lab85.0155-25.311350.5430
CIE-Lab88.1015-22.664381.3607

#dee628 color RGB value is (222,230,40).

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

The process color (four color CMYK) of #dee628 color hex is 0.03, 0.00, 0.83, 0.10. Web safe color of #dee628 is #ccff33. Color #dee628 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011110 11100110 00101000
Octal 336 346 50
Decimal 222 230 40
Hex DE E6 28

RGB Percentages of Color #dee628

%45.12
%46.75
%8.13

CMYK Percentages of Color #dee628

%3
%0
%83
%10

Triadic Colors of #dee628

#dee628 #28dee6 #e628de

Analogous Colors of #dee628

#dee628 #7fe628 #e68f28

Monochromatic Colors of #dee628

#dee628

Complementary Color

#dee628 #3028e6

#dee628 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dee628 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dee628 Color CSS Codes

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

#dee628 Text Font Color

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

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


#dee628 Background Color

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

This div background color is #dee628


#dee628 Border Color

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

This div border color is #dee628


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dee628


Comments

No comments written yet.

Please login to write comment.