Color Hex Logo

#dee43c Color Hex

#DEE43C
(222,228,60)
0 Favorites   0 Comments

Color spaces of #dee43c

RGB 22222860
HSL0.170.760.56
HSV62°74°89°
CMYK 0.030.000.74   0.11
XYZ58.683271.342614.9525
Yxy71.34260.40480.4921
Hunter Lab84.4645-23.797048.6293
CIE-Lab87.6512-21.015475.5244

#dee43c color RGB value is (222,228,60).

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

The process color (four color CMYK) of #dee43c color hex is 0.03, 0.00, 0.74, 0.11. Web safe color of #dee43c is #cccc33. Color #dee43c contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011110 11100100 00111100
Octal 336 344 74
Decimal 222 228 60
Hex DE E4 3C

RGB Percentages of Color #dee43c

%43.53
%44.71
%11.76

CMYK Percentages of Color #dee43c

%3
%0
%74
%11

Triadic Colors of #dee43c

#dee43c #3cdee4 #e43cde

Analogous Colors of #dee43c

#dee43c #8ae43c #e4963c

Monochromatic Colors of #dee43c

#dee43c

Complementary Color

#dee43c #423ce4

#dee43c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dee43c Color Preview on White Background

Lorem ipsum dolor sit amet.

#dee43c Color CSS Codes

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

#dee43c Text Font Color

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

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


#dee43c Background Color

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

This div background color is #dee43c


#dee43c Border Color

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

This div border color is #dee43c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dee43c


Comments

No comments written yet.

Please login to write comment.