Color Hex Logo

#dde750 Color Hex

#DDE750
(221,231,80)
0 Favorites   0 Comments

Color spaces of #dde750

RGB 22123180
HSL0.180.760.61
HSV64°65°91°
CMYK 0.040.000.65   0.09
XYZ59.842773.103218.5457
Yxy73.10320.39500.4826
Hunter Lab85.5004-24.691646.9898
CIE-Lab88.4969-21.874969.3030

#dde750 color RGB value is (221,231,80).

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

The process color (four color CMYK) of #dde750 color hex is 0.04, 0.00, 0.65, 0.09. Web safe color of #dde750 is #ccff66. Color #dde750 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011101 11100111 01010000
Octal 335 347 120
Decimal 221 231 80
Hex DD E7 50

RGB Percentages of Color #dde750

%41.54
%43.42
%15.04

CMYK Percentages of Color #dde750

%4
%0
%65
%9

Triadic Colors of #dde750

#dde750 #50dde7 #e750dd

Analogous Colors of #dde750

#dde750 #92e750 #e7a650

Monochromatic Colors of #dde750

#dde750

Complementary Color

#dde750 #5a50e7

#dde750 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dde750 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dde750 Color CSS Codes

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

#dde750 Text Font Color

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

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


#dde750 Background Color

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

This div background color is #dde750


#dde750 Border Color

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

This div border color is #dde750


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dde750


Comments

No comments written yet.

Please login to write comment.