Color Hex Logo

#dee74c Color Hex

#DEE74C
(222,231,76)
0 Favorites   0 Comments

Color spaces of #dee74c

RGB 22223176
HSL0.180.760.60
HSV63°67°91°
CMYK 0.040.000.67   0.09
XYZ60.004673.203217.8045
Yxy73.20320.39730.4847
Hunter Lab85.5589-24.541547.5532
CIE-Lab88.5445-21.694070.8821

#dee74c color RGB value is (222,231,76).

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

The process color (four color CMYK) of #dee74c color hex is 0.04, 0.00, 0.67, 0.09. Web safe color of #dee74c is #ccff33. Color #dee74c contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011110 11100111 01001100
Octal 336 347 114
Decimal 222 231 76
Hex DE E7 4C

RGB Percentages of Color #dee74c

%41.97
%43.67
%14.37

CMYK Percentages of Color #dee74c

%4
%0
%67
%9

Triadic Colors of #dee74c

#dee74c #4cdee7 #e74cde

Analogous Colors of #dee74c

#dee74c #91e74c #e7a34c

Monochromatic Colors of #dee74c

#dee74c

Complementary Color

#dee74c #554ce7

#dee74c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dee74c Color Preview on White Background

Lorem ipsum dolor sit amet.

#dee74c Color CSS Codes

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

#dee74c Text Font Color

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

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


#dee74c Background Color

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

This div background color is #dee74c


#dee74c Border Color

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

This div border color is #dee74c


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(222,231,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 #dee74c">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dee74c


Comments

No comments written yet.

Please login to write comment.