Color Hex Logo

#dee954 Color Hex

#DEE954
(222,233,84)
0 Favorites   0 Comments

Color spaces of #dee954

RGB 22223384
HSL0.180.770.62
HSV64°64°91°
CMYK 0.050.000.64   0.09
XYZ60.863374.447519.5495
Yxy74.44750.39300.4807
Hunter Lab86.2830-25.082746.9645
CIE-Lab89.1336-22.196568.4355

#dee954 color RGB value is (222,233,84).

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

The process color (four color CMYK) of #dee954 color hex is 0.05, 0.00, 0.64, 0.09. Web safe color of #dee954 is #ccff66. Color #dee954 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011110 11101001 01010100
Octal 336 351 124
Decimal 222 233 84
Hex DE E9 54

RGB Percentages of Color #dee954

%41.19
%43.23
%15.58

CMYK Percentages of Color #dee954

%5
%0
%64
%9

Triadic Colors of #dee954

#dee954 #54dee9 #e954de

Analogous Colors of #dee954

#dee954 #94e954 #e9aa54

Monochromatic Colors of #dee954

#dee954

Complementary Color

#dee954 #5f54e9

#dee954 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dee954 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dee954 Color CSS Codes

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

#dee954 Text Font Color

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

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


#dee954 Background Color

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

This div background color is #dee954


#dee954 Border Color

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

This div border color is #dee954


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dee954


Comments

No comments written yet.

Please login to write comment.