Color Hex Logo

#dce774 Color Hex

#DCE774
(220,231,116)
0 Favorites   0 Comments

Color spaces of #dce774

RGB 220231116
HSL0.180.710.68
HSV66°50°91°
CMYK 0.050.000.50   0.09
XYZ61.243573.628427.5068
Yxy73.62840.37720.4534
Hunter Lab85.8070-22.760441.0585
CIE-Lab88.7466-19.632954.1656

#dce774 color RGB value is (220,231,116).

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

The process color (four color CMYK) of #dce774 color hex is 0.05, 0.00, 0.50, 0.09. Web safe color of #dce774 is #ccff66. Color #dce774 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011100 11100111 01110100
Octal 334 347 164
Decimal 220 231 116
Hex DC E7 74

RGB Percentages of Color #dce774

%38.80
%40.74
%20.46

CMYK Percentages of Color #dce774

%5
%0
%50
%9

Triadic Colors of #dce774

#dce774 #74dce7 #e774dc

Analogous Colors of #dce774

#dce774 #a3e774 #e7b974

Monochromatic Colors of #dce774

#dce774

Complementary Color

#dce774 #7f74e7

#dce774 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dce774 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dce774 Color CSS Codes

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

#dce774 Text Font Color

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

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


#dce774 Background Color

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

This div background color is #dce774


#dce774 Border Color

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

This div border color is #dce774


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dce774


Comments

No comments written yet.

Please login to write comment.