Color Hex Logo

#dee525 Color Hex

#DEE525
(222,229,37)
0 Favorites   0 Comments

Color spaces of #dee525

RGB 22222937
HSL0.170.790.52
HSV62°84°90°
CMYK 0.030.000.84   0.10
XYZ58.477471.701812.5080
Yxy71.70180.40980.5025
Hunter Lab84.6769-24.913550.5159
CIE-Lab87.8249-22.262281.7846

#dee525 color RGB value is (222,229,37).

#dee525 hex color red value is 222, green value is 229 and the blue value of its RGB is 37. Cylindrical-coordinate representations (also known as HSL) of color #dee525 hue: 0.17 , saturation: 0.79 and the lightness value of dee525 is 0.52.

The process color (four color CMYK) of #dee525 color hex is 0.03, 0.00, 0.84, 0.10. Web safe color of #dee525 is #cccc33. Color #dee525 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011110 11100101 00100101
Octal 336 345 45
Decimal 222 229 37
Hex DE E5 25

RGB Percentages of Color #dee525

%45.49
%46.93
%7.58

CMYK Percentages of Color #dee525

%3
%0
%84
%10

Triadic Colors of #dee525

#dee525 #25dee5 #e525de

Analogous Colors of #dee525

#dee525 #7ee525 #e58c25

Monochromatic Colors of #dee525

#dee525

Complementary Color

#dee525 #2c25e5

#dee525 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dee525 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dee525 Color CSS Codes

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

#dee525 Text Font Color

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

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


#dee525 Background Color

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

This div background color is #dee525


#dee525 Border Color

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

This div border color is #dee525


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dee525


Comments

No comments written yet.

Please login to write comment.