Color Hex Logo

#dce44d Color Hex

#DCE44D
(220,228,77)
0 Favorites   0 Comments

Color spaces of #dce44d

RGB 22022877
HSL0.180.740.60
HSV63°66°89°
CMYK 0.040.000.66   0.11
XYZ58.598271.238317.6831
Yxy71.23830.39720.4829
Hunter Lab84.4028-23.777946.6602
CIE-Lab87.6007-21.003269.5039

#dce44d color RGB value is (220,228,77).

#dce44d hex color red value is 220, green value is 228 and the blue value of its RGB is 77. Cylindrical-coordinate representations (also known as HSL) of color #dce44d hue: 0.18 , saturation: 0.74 and the lightness value of dce44d is 0.60.

The process color (four color CMYK) of #dce44d color hex is 0.04, 0.00, 0.66, 0.11. Web safe color of #dce44d is #cccc66. Color #dce44d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011100 11100100 01001101
Octal 334 344 115
Decimal 220 228 77
Hex DC E4 4D

RGB Percentages of Color #dce44d

%41.90
%43.43
%14.67

CMYK Percentages of Color #dce44d

%4
%0
%66
%11

Triadic Colors of #dce44d

#dce44d #4ddce4 #e44ddc

Analogous Colors of #dce44d

#dce44d #91e44d #e4a14d

Monochromatic Colors of #dce44d

#dce44d

Complementary Color

#dce44d #554de4

#dce44d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dce44d Color Preview on White Background

Lorem ipsum dolor sit amet.

#dce44d Color CSS Codes

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

#dce44d Text Font Color

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

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


#dce44d Background Color

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

This div background color is #dce44d


#dce44d Border Color

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

This div border color is #dce44d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dce44d


Comments

No comments written yet.

Please login to write comment.