Color Hex Logo

#dee92d Color Hex

#DEE92D
(222,233,45)
0 Favorites   0 Comments

Color spaces of #dee92d

RGB 22223345
HSL0.180.810.55
HSV64°81°91°
CMYK 0.050.000.81   0.09
XYZ59.736873.996913.6170
Yxy73.99690.40540.5022
Hunter Lab86.0215-26.579950.8295
CIE-Lab88.9210-23.955980.8821

#dee92d color RGB value is (222,233,45).

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

The process color (four color CMYK) of #dee92d color hex is 0.05, 0.00, 0.81, 0.09. Web safe color of #dee92d is #ccff33. Color #dee92d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011110 11101001 00101101
Octal 336 351 55
Decimal 222 233 45
Hex DE E9 2D

RGB Percentages of Color #dee92d

%44.40
%46.60
%9.00

CMYK Percentages of Color #dee92d

%5
%0
%81
%9

Triadic Colors of #dee92d

#dee92d #2ddee9 #e92dde

Analogous Colors of #dee92d

#dee92d #80e92d #e9962d

Monochromatic Colors of #dee92d

#dee92d

Complementary Color

#dee92d #382de9

#dee92d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dee92d Color Preview on White Background

Lorem ipsum dolor sit amet.

#dee92d Color CSS Codes

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

#dee92d Text Font Color

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

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


#dee92d Background Color

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

This div background color is #dee92d


#dee92d Border Color

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

This div border color is #dee92d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dee92d


Comments

No comments written yet.

Please login to write comment.