Color Hex Logo

#dde648 Color Hex

#DDE648
(221,230,72)
0 Favorites   0 Comments

Color spaces of #dde648

RGB 22123072
HSL0.180.760.59
HSV63°69°90°
CMYK 0.040.000.69   0.10
XYZ59.285372.433716.9873
Yxy72.43370.39870.4871
Hunter Lab85.1080-24.597847.7415
CIE-Lab88.1769-21.830371.9479

#dde648 color RGB value is (221,230,72).

#dde648 hex color red value is 221, green value is 230 and the blue value of its RGB is 72. Cylindrical-coordinate representations (also known as HSL) of color #dde648 hue: 0.18 , saturation: 0.76 and the lightness value of dde648 is 0.59.

The process color (four color CMYK) of #dde648 color hex is 0.04, 0.00, 0.69, 0.10. Web safe color of #dde648 is #ccff33. Color #dde648 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011101 11100110 01001000
Octal 335 346 110
Decimal 221 230 72
Hex DD E6 48

RGB Percentages of Color #dde648

%42.26
%43.98
%13.77

CMYK Percentages of Color #dde648

%4
%0
%69
%10

Triadic Colors of #dde648

#dde648 #48dde6 #e648dd

Analogous Colors of #dde648

#dde648 #8ee648 #e6a048

Monochromatic Colors of #dde648

#dde648

Complementary Color

#dde648 #5148e6

#dde648 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dde648 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dde648 Color CSS Codes

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

#dde648 Text Font Color

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

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


#dde648 Background Color

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

This div background color is #dde648


#dde648 Border Color

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

This div border color is #dde648


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dde648


Comments

No comments written yet.

Please login to write comment.