Color Hex Logo

#deec01 Color Hex

#DEEC01
(222,236,1)
0 Favorites   0 Comments

Color spaces of #deec01

RGB 2222361
HSL0.180.990.46
HSV64°100°93°
CMYK 0.060.001.00   0.07
XYZ60.125175.522711.4371
Yxy75.52270.40880.5135
Hunter Lab86.9038-28.585053.0297
CIE-Lab89.6373-26.117187.7673

#deec01 color RGB value is (222,236,1).

#deec01 hex color red value is 222, green value is 236 and the blue value of its RGB is 1. Cylindrical-coordinate representations (also known as HSL) of color #deec01 hue: 0.18 , saturation: 0.99 and the lightness value of deec01 is 0.46.

The process color (four color CMYK) of #deec01 color hex is 0.06, 0.00, 1.00, 0.07. Web safe color of #deec01 is #ccff00. Color #deec01 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011110 11101100 00000001
Octal 336 354 1
Decimal 222 236 1
Hex DE EC 1

RGB Percentages of Color #deec01

%48.37
%51.42
%0.22

CMYK Percentages of Color #deec01

%6
%0
%100
%7

Triadic Colors of #deec01

#deec01 #01deec #ec01de

Analogous Colors of #deec01

#deec01 #69ec01 #ec8501

Monochromatic Colors of #deec01

#deec01

Complementary Color

#deec01 #0f01ec

#deec01 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#deec01 Color Preview on White Background

Lorem ipsum dolor sit amet.

#deec01 Color CSS Codes

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

#deec01 Text Font Color

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

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


#deec01 Background Color

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

This div background color is #deec01


#deec01 Border Color

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

This div border color is #deec01


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #deec01


Comments

No comments written yet.

Please login to write comment.