Color Hex Logo

#dce278 Color Hex

#DCE278
(220,226,120)
0 Favorites   0 Comments

Color spaces of #dce278

RGB 220226120
HSL0.180.650.68
HSV63°47°89°
CMYK 0.030.000.47   0.11
XYZ60.101770.964428.2991
Yxy70.96440.37710.4453
Hunter Lab84.2404-20.069039.0508
CIE-Lab87.4677-16.821350.7583

#dce278 color RGB value is (220,226,120).

#dce278 hex color red value is 220, green value is 226 and the blue value of its RGB is 120. Cylindrical-coordinate representations (also known as HSL) of color #dce278 hue: 0.18 , saturation: 0.65 and the lightness value of dce278 is 0.68.

The process color (four color CMYK) of #dce278 color hex is 0.03, 0.00, 0.47, 0.11. Web safe color of #dce278 is #cccc66. Color #dce278 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011100 11100010 01111000
Octal 334 342 170
Decimal 220 226 120
Hex DC E2 78

RGB Percentages of Color #dce278

%38.87
%39.93
%21.20

CMYK Percentages of Color #dce278

%3
%0
%47
%11

Triadic Colors of #dce278

#dce278 #78dce2 #e278dc

Analogous Colors of #dce278

#dce278 #a7e278 #e2b378

Monochromatic Colors of #dce278

#dce278

Complementary Color

#dce278 #7e78e2

#dce278 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dce278 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dce278 Color CSS Codes

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

#dce278 Text Font Color

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

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


#dce278 Background Color

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

This div background color is #dce278


#dce278 Border Color

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

This div border color is #dce278


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dce278


Comments

No comments written yet.

Please login to write comment.