Color Hex Logo

#dee960 Color Hex

#DEE960
(222,233,96)
0 Favorites   0 Comments

Color spaces of #dee960

RGB 22223396
HSL0.180.760.65
HSV65°59°91°
CMYK 0.050.000.59   0.09
XYZ61.374474.652022.2408
Yxy74.65200.38780.4717
Hunter Lab86.4014-24.406745.2190
CIE-Lab89.2297-21.408163.6446

#dee960 color RGB value is (222,233,96).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011110 11101001 01100000
Octal 336 351 140
Decimal 222 233 96
Hex DE E9 60

RGB Percentages of Color #dee960

%40.29
%42.29
%17.42

CMYK Percentages of Color #dee960

%5
%0
%59
%9

Triadic Colors of #dee960

#dee960 #60dee9 #e960de

Analogous Colors of #dee960

#dee960 #9ae960 #e9b060

Monochromatic Colors of #dee960

#dee960

Complementary Color

#dee960 #6b60e9

#dee960 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dee960 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dee960 Color CSS Codes

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

#dee960 Text Font Color

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

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


#dee960 Background Color

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

This div background color is #dee960


#dee960 Border Color

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

This div border color is #dee960


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dee960


Comments

No comments written yet.

Please login to write comment.