Color Hex Logo

#dee632 Color Hex

#DEE632
(222,230,50)
0 Favorites   0 Comments

Color spaces of #dee632

RGB 22223050
HSL0.170.780.55
HSV63°78°90°
CMYK 0.030.000.78   0.10
XYZ58.996772.353513.8738
Yxy72.35350.40620.4982
Hunter Lab85.0609-25.052149.8721
CIE-Lab88.1385-22.358978.9080

#dee632 color RGB value is (222,230,50).

#dee632 hex color red value is 222, green value is 230 and the blue value of its RGB is 50. Cylindrical-coordinate representations (also known as HSL) of color #dee632 hue: 0.17 , saturation: 0.78 and the lightness value of dee632 is 0.55.

The process color (four color CMYK) of #dee632 color hex is 0.03, 0.00, 0.78, 0.10. Web safe color of #dee632 is #ccff33. Color #dee632 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011110 11100110 00110010
Octal 336 346 62
Decimal 222 230 50
Hex DE E6 32

RGB Percentages of Color #dee632

%44.22
%45.82
%9.96

CMYK Percentages of Color #dee632

%3
%0
%78
%10

Triadic Colors of #dee632

#dee632 #32dee6 #e632de

Analogous Colors of #dee632

#dee632 #84e632 #e69432

Monochromatic Colors of #dee632

#dee632

Complementary Color

#dee632 #3a32e6

#dee632 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dee632 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dee632 Color CSS Codes

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

#dee632 Text Font Color

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

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


#dee632 Background Color

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

This div background color is #dee632


#dee632 Border Color

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

This div border color is #dee632


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dee632


Comments

No comments written yet.

Please login to write comment.