Color Hex Logo

#deed29 Color Hex

#DEED29
(222,237,41)
0 Favorites   0 Comments

Color spaces of #deed29

RGB 22223741
HSL0.180.840.55
HSV65°83°93°
CMYK 0.060.000.83   0.07
XYZ60.808676.258113.6121
Yxy76.25810.40360.5061
Hunter Lab87.3259-28.523451.8862
CIE-Lab89.9790-25.970082.7183

#deed29 color RGB value is (222,237,41).

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

The process color (four color CMYK) of #deed29 color hex is 0.06, 0.00, 0.83, 0.07. Web safe color of #deed29 is #ccff33. Color #deed29 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011110 11101101 00101001
Octal 336 355 51
Decimal 222 237 41
Hex DE ED 29

RGB Percentages of Color #deed29

%44.40
%47.40
%8.20

CMYK Percentages of Color #deed29

%6
%0
%83
%7

Triadic Colors of #deed29

#deed29 #29deed #ed29de

Analogous Colors of #deed29

#deed29 #7ced29 #ed9a29

Monochromatic Colors of #deed29

#deed29

Complementary Color

#deed29 #3829ed

#deed29 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#deed29 Color Preview on White Background

Lorem ipsum dolor sit amet.

#deed29 Color CSS Codes

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

#deed29 Text Font Color

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

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


#deed29 Background Color

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

This div background color is #deed29


#deed29 Border Color

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

This div border color is #deed29


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #deed29


Comments

No comments written yet.

Please login to write comment.