Color Hex Logo

#dee834 Color Hex

#DEE834
(222,232,52)
0 Favorites   0 Comments

Color spaces of #dee834

RGB 22223252
HSL0.180.800.56
HSV63°78°91°
CMYK 0.040.000.78   0.09
XYZ59.600673.490814.2927
Yxy73.49080.40440.4986
Hunter Lab85.7268-25.921750.1237
CIE-Lab88.6813-23.248278.8410

#dee834 color RGB value is (222,232,52).

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

The process color (four color CMYK) of #dee834 color hex is 0.04, 0.00, 0.78, 0.09. Web safe color of #dee834 is #ccff33. Color #dee834 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011110 11101000 00110100
Octal 336 350 64
Decimal 222 232 52
Hex DE E8 34

RGB Percentages of Color #dee834

%43.87
%45.85
%10.28

CMYK Percentages of Color #dee834

%4
%0
%78
%9

Triadic Colors of #dee834

#dee834 #34dee8 #e834de

Analogous Colors of #dee834

#dee834 #84e834 #e89834

Monochromatic Colors of #dee834

#dee834

Complementary Color

#dee834 #3e34e8

#dee834 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dee834 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dee834 Color CSS Codes

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

#dee834 Text Font Color

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

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


#dee834 Background Color

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

This div background color is #dee834


#dee834 Border Color

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

This div border color is #dee834


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dee834


Comments

No comments written yet.

Please login to write comment.