Color Hex Logo

#dee145 Color Hex

#DEE145
(222,225,69)
0 Favorites   0 Comments

Color spaces of #dee145

RGB 22222569
HSL0.170.720.58
HSV61°69°88°
CMYK 0.010.000.69   0.12
XYZ58.123669.809716.0414
Yxy69.80970.40370.4849
Hunter Lab83.5522-22.041747.1033
CIE-Lab86.9034-19.150071.7889

#dee145 color RGB value is (222,225,69).

#dee145 hex color red value is 222, green value is 225 and the blue value of its RGB is 69. Cylindrical-coordinate representations (also known as HSL) of color #dee145 hue: 0.17 , saturation: 0.72 and the lightness value of dee145 is 0.58.

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

Base Numbers

BaseRedGreenBlue
Binary 11011110 11100001 01000101
Octal 336 341 105
Decimal 222 225 69
Hex DE E1 45

RGB Percentages of Color #dee145

%43.02
%43.60
%13.37

CMYK Percentages of Color #dee145

%1
%0
%69
%12

Triadic Colors of #dee145

#dee145 #45dee1 #e145de

Analogous Colors of #dee145

#dee145 #90e145 #e19645

Monochromatic Colors of #dee145

#dee145

Complementary Color

#dee145 #4845e1

#dee145 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dee145 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dee145 Color CSS Codes

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

#dee145 Text Font Color

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

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


#dee145 Background Color

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

This div background color is #dee145


#dee145 Border Color

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

This div border color is #dee145


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dee145


Comments

No comments written yet.

Please login to write comment.