Color Hex Logo

#dde252 Color Hex

#DDE252
(221,226,82)
0 Favorites   0 Comments

Color spaces of #dde252

RGB 22122682
HSL0.170.710.60
HSV62°64°89°
CMYK 0.020.000.64   0.11
XYZ58.538170.374118.4809
Yxy70.37410.39720.4775
Hunter Lab83.8893-22.248645.6608
CIE-Lab87.1800-19.335767.1617

#dde252 color RGB value is (221,226,82).

#dde252 hex color red value is 221, green value is 226 and the blue value of its RGB is 82. Cylindrical-coordinate representations (also known as HSL) of color #dde252 hue: 0.17 , saturation: 0.71 and the lightness value of dde252 is 0.60.

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 11100010 01010010
Octal 335 342 122
Decimal 221 226 82
Hex DD E2 52

RGB Percentages of Color #dde252

%41.78
%42.72
%15.50

CMYK Percentages of Color #dde252

%2
%0
%64
%11

Triadic Colors of #dde252

#dde252 #52dde2 #e252dd

Analogous Colors of #dde252

#dde252 #95e252 #e29f52

Monochromatic Colors of #dde252

#dde252

Complementary Color

#dde252 #5752e2

#dde252 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dde252 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dde252 Color CSS Codes

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

#dde252 Text Font Color

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

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


#dde252 Background Color

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

This div background color is #dde252


#dde252 Border Color

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

This div border color is #dde252


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(221,226,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 #dde252">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dde252


Comments

No comments written yet.

Please login to write comment.