Color Hex Logo

#dee54c Color Hex

#DEE54C
(222,229,76)
0 Favorites   0 Comments

Color spaces of #dee54c

RGB 22222976
HSL0.170.750.60
HSV63°67°90°
CMYK 0.030.000.67   0.10
XYZ59.448072.090017.6190
Yxy72.09000.39860.4833
Hunter Lab84.9058-23.605947.1307
CIE-Lab88.0119-20.728570.3449

#dee54c color RGB value is (222,229,76).

#dee54c hex color red value is 222, green value is 229 and the blue value of its RGB is 76. Cylindrical-coordinate representations (also known as HSL) of color #dee54c hue: 0.17 , saturation: 0.75 and the lightness value of dee54c is 0.60.

The process color (four color CMYK) of #dee54c color hex is 0.03, 0.00, 0.67, 0.10. Web safe color of #dee54c is #cccc33. Color #dee54c contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011110 11100101 01001100
Octal 336 345 114
Decimal 222 229 76
Hex DE E5 4C

RGB Percentages of Color #dee54c

%42.13
%43.45
%14.42

CMYK Percentages of Color #dee54c

%3
%0
%67
%10

Triadic Colors of #dee54c

#dee54c #4cdee5 #e54cde

Analogous Colors of #dee54c

#dee54c #92e54c #e5a04c

Monochromatic Colors of #dee54c

#dee54c

Complementary Color

#dee54c #534ce5

#dee54c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dee54c Color Preview on White Background

Lorem ipsum dolor sit amet.

#dee54c Color CSS Codes

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

#dee54c Text Font Color

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

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


#dee54c Background Color

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

This div background color is #dee54c


#dee54c Border Color

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

This div border color is #dee54c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dee54c


Comments

No comments written yet.

Please login to write comment.