Color Hex Logo

#dee30c Color Hex

#DEE30C
(222,227,12)
0 Favorites   0 Comments

Color spaces of #dee30c

RGB 22222712
HSL0.170.900.47
HSV61°95°89°
CMYK 0.020.000.95   0.11
XYZ57.659670.494310.9156
Yxy70.49430.41460.5069
Hunter Lab83.9609-24.347851.0644
CIE-Lab87.2387-21.727585.0885

#dee30c color RGB value is (222,227,12).

#dee30c hex color red value is 222, green value is 227 and the blue value of its RGB is 12. Cylindrical-coordinate representations (also known as HSL) of color #dee30c hue: 0.17 , saturation: 0.90 and the lightness value of dee30c is 0.47.

The process color (four color CMYK) of #dee30c color hex is 0.02, 0.00, 0.95, 0.11. Web safe color of #dee30c is #cccc00. Color #dee30c contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011110 11100011 00001100
Octal 336 343 14
Decimal 222 227 12
Hex DE E3 C

RGB Percentages of Color #dee30c

%48.16
%49.24
%2.60

CMYK Percentages of Color #dee30c

%2
%0
%95
%11

Triadic Colors of #dee30c

#dee30c #0cdee3 #e30cde

Analogous Colors of #dee30c

#dee30c #73e30c #e37d0c

Monochromatic Colors of #dee30c

#dee30c

Complementary Color

#dee30c #110ce3

#dee30c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dee30c Color Preview on White Background

Lorem ipsum dolor sit amet.

#dee30c Color CSS Codes

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

#dee30c Text Font Color

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

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


#dee30c Background Color

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

This div background color is #dee30c


#dee30c Border Color

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

This div border color is #dee30c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dee30c


Comments

No comments written yet.

Please login to write comment.