Color Hex Logo

#deed47 Color Hex

#DEED47
(222,237,71)
0 Favorites   0 Comments

Color spaces of #deed47

RGB 22223771
HSL0.180.820.60
HSV65°70°93°
CMYK 0.060.000.70   0.07
XYZ61.545776.552917.4936
Yxy76.55290.39560.4920
Hunter Lab87.4945-27.554349.3918
CIE-Lab90.1154-24.824174.2309

#deed47 color RGB value is (222,237,71).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011110 11101101 01000111
Octal 336 355 107
Decimal 222 237 71
Hex DE ED 47

RGB Percentages of Color #deed47

%41.89
%44.72
%13.40

CMYK Percentages of Color #deed47

%6
%0
%70
%7

Triadic Colors of #deed47

#deed47 #47deed #ed47de

Analogous Colors of #deed47

#deed47 #8bed47 #eda947

Monochromatic Colors of #deed47

#deed47

Complementary Color

#deed47 #5647ed

#deed47 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#deed47 Color Preview on White Background

Lorem ipsum dolor sit amet.

#deed47 Color CSS Codes

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

#deed47 Text Font Color

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

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


#deed47 Background Color

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

This div background color is #deed47


#deed47 Border Color

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

This div border color is #deed47


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #deed47


Comments

No comments written yet.

Please login to write comment.