Color Hex Logo

#dee948 Color Hex

#DEE948
(222,233,72)
0 Favorites   0 Comments

Color spaces of #dee948

RGB 22223372
HSL0.180.790.60
HSV64°69°91°
CMYK 0.050.000.69   0.09
XYZ60.432874.275317.2823
Yxy74.27530.39760.4887
Hunter Lab86.1831-25.653848.4388
CIE-Lab89.0524-22.865472.8377

#dee948 color RGB value is (222,233,72).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011110 11101001 01001000
Octal 336 351 110
Decimal 222 233 72
Hex DE E9 48

RGB Percentages of Color #dee948

%42.13
%44.21
%13.66

CMYK Percentages of Color #dee948

%5
%0
%69
%9

Triadic Colors of #dee948

#dee948 #48dee9 #e948de

Analogous Colors of #dee948

#dee948 #8ee948 #e9a448

Monochromatic Colors of #dee948

#dee948

Complementary Color

#dee948 #5348e9

#dee948 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dee948 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dee948 Color CSS Codes

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

#dee948 Text Font Color

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

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


#dee948 Background Color

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

This div background color is #dee948


#dee948 Border Color

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

This div border color is #dee948


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dee948


Comments

No comments written yet.

Please login to write comment.