Color Hex Logo

#dee452 Color Hex

#DEE452
(222,228,82)
0 Favorites   0 Comments

Color spaces of #dee452

RGB 22222882
HSL0.170.730.61
HSV62°64°89°
CMYK 0.030.000.64   0.11
XYZ59.390671.625618.6775
Yxy71.62560.39670.4785
Hunter Lab84.6319-22.843146.1576
CIE-Lab87.7881-19.901467.8188

#dee452 color RGB value is (222,228,82).

#dee452 hex color red value is 222, green value is 228 and the blue value of its RGB is 82. Cylindrical-coordinate representations (also known as HSL) of color #dee452 hue: 0.17 , saturation: 0.73 and the lightness value of dee452 is 0.61.

The process color (four color CMYK) of #dee452 color hex is 0.03, 0.00, 0.64, 0.11. Web safe color of #dee452 is #cccc66. Color #dee452 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011110 11100100 01010010
Octal 336 344 122
Decimal 222 228 82
Hex DE E4 52

RGB Percentages of Color #dee452

%41.73
%42.86
%15.41

CMYK Percentages of Color #dee452

%3
%0
%64
%11

Triadic Colors of #dee452

#dee452 #52dee4 #e452de

Analogous Colors of #dee452

#dee452 #95e452 #e4a152

Monochromatic Colors of #dee452

#dee452

Complementary Color

#dee452 #5852e4

#dee452 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dee452 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dee452 Color CSS Codes

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

#dee452 Text Font Color

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

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


#dee452 Background Color

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

This div background color is #dee452


#dee452 Border Color

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

This div border color is #dee452


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dee452


Comments

No comments written yet.

Please login to write comment.