Color Hex Logo

#deed02 Color Hex

#DEED02
(222,237,2)
0 Favorites   0 Comments

Color spaces of #deed02

RGB 2222372
HSL0.180.980.47
HSV64°99°93°
CMYK 0.060.000.99   0.07
XYZ60.419376.102411.5622
Yxy76.10240.40800.5139
Hunter Lab87.2367-29.036853.2075
CIE-Lab89.9069-26.580387.8893

#deed02 color RGB value is (222,237,2).

#deed02 hex color red value is 222, green value is 237 and the blue value of its RGB is 2. Cylindrical-coordinate representations (also known as HSL) of color #deed02 hue: 0.18 , saturation: 0.98 and the lightness value of deed02 is 0.47.

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

Base Numbers

BaseRedGreenBlue
Binary 11011110 11101101 00000010
Octal 336 355 2
Decimal 222 237 2
Hex DE ED 2

RGB Percentages of Color #deed02

%48.16
%51.41
%0.43

CMYK Percentages of Color #deed02

%6
%0
%99
%7

Triadic Colors of #deed02

#deed02 #02deed #ed02de

Analogous Colors of #deed02

#deed02 #69ed02 #ed8702

Monochromatic Colors of #deed02

#deed02

Complementary Color

#deed02 #1102ed

#deed02 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#deed02 Color Preview on White Background

Lorem ipsum dolor sit amet.

#deed02 Color CSS Codes

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

#deed02 Text Font Color

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

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


#deed02 Background Color

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

This div background color is #deed02


#deed02 Border Color

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

This div border color is #deed02


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #deed02


Comments

No comments written yet.

Please login to write comment.