Color Hex Logo

#dee127 Color Hex

#DEE127
(222,225,39)
0 Favorites   0 Comments

Color spaces of #dee127

RGB 22222539
HSL0.170.760.52
HSV61°83°88°
CMYK 0.010.000.83   0.12
XYZ57.415669.526512.3133
Yxy69.52650.41230.4993
Hunter Lab83.3826-23.007849.6123
CIE-Lab86.7641-20.279680.4628

#dee127 color RGB value is (222,225,39).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011110 11100001 00100111
Octal 336 341 47
Decimal 222 225 39
Hex DE E1 27

RGB Percentages of Color #dee127

%45.68
%46.30
%8.02

CMYK Percentages of Color #dee127

%1
%0
%83
%12

Triadic Colors of #dee127

#dee127 #27dee1 #e127de

Analogous Colors of #dee127

#dee127 #81e127 #e18727

Monochromatic Colors of #dee127

#dee127

Complementary Color

#dee127 #2a27e1

#dee127 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dee127 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dee127 Color CSS Codes

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

#dee127 Text Font Color

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

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


#dee127 Background Color

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

This div background color is #dee127


#dee127 Border Color

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

This div border color is #dee127


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dee127


Comments

No comments written yet.

Please login to write comment.