Color Hex Logo

#deed59 Color Hex

#DEED59
(222,237,89)
0 Favorites   0 Comments

Color spaces of #deed59

RGB 22223789
HSL0.180.800.64
HSV66°62°93°
CMYK 0.060.000.62   0.07
XYZ62.211676.819220.9999
Yxy76.81920.38870.4800
Hunter Lab87.6466-26.682047.1469
CIE-Lab90.2383-23.799367.6162

#deed59 color RGB value is (222,237,89).

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

The process color (four color CMYK) of #deed59 color hex is 0.06, 0.00, 0.62, 0.07. Web safe color of #deed59 is #ccff66. Color #deed59 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011110 11101101 01011001
Octal 336 355 131
Decimal 222 237 89
Hex DE ED 59

RGB Percentages of Color #deed59

%40.51
%43.25
%16.24

CMYK Percentages of Color #deed59

%6
%0
%62
%7

Triadic Colors of #deed59

#deed59 #59deed #ed59de

Analogous Colors of #deed59

#deed59 #94ed59 #edb259

Monochromatic Colors of #deed59

#deed59

Complementary Color

#deed59 #6859ed

#deed59 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#deed59 Color Preview on White Background

Lorem ipsum dolor sit amet.

#deed59 Color CSS Codes

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

#deed59 Text Font Color

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

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


#deed59 Background Color

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

This div background color is #deed59


#deed59 Border Color

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

This div border color is #deed59


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #deed59


Comments

No comments written yet.

Please login to write comment.