Color Hex Logo

#dced7a Color Hex

#DCED7A
(220,237,122)
0 Favorites   0 Comments

Color spaces of #dced7a

RGB 220237122
HSL0.190.760.70
HSV69°49°93°
CMYK 0.070.000.49   0.07
XYZ63.312277.189229.9744
Yxy77.18920.37140.4528
Hunter Lab87.8574-25.118941.2721
CIE-Lab90.4086-21.988253.3583

#dced7a color RGB value is (220,237,122).

#dced7a hex color red value is 220, green value is 237 and the blue value of its RGB is 122. Cylindrical-coordinate representations (also known as HSL) of color #dced7a hue: 0.19 , saturation: 0.76 and the lightness value of dced7a is 0.70.

The process color (four color CMYK) of #dced7a color hex is 0.07, 0.00, 0.49, 0.07. Web safe color of #dced7a is #ccff66. Color #dced7a contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011100 11101101 01111010
Octal 334 355 172
Decimal 220 237 122
Hex DC ED 7A

RGB Percentages of Color #dced7a

%38.00
%40.93
%21.07

CMYK Percentages of Color #dced7a

%7
%0
%49
%7

Triadic Colors of #dced7a

#dced7a #7adced #ed7adc

Analogous Colors of #dced7a

#dced7a #a3ed7a #edc57a

Monochromatic Colors of #dced7a

#dced7a

Complementary Color

#dced7a #8b7aed

#dced7a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dced7a Color Preview on White Background

Lorem ipsum dolor sit amet.

#dced7a Color CSS Codes

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

#dced7a Text Font Color

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

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


#dced7a Background Color

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

This div background color is #dced7a


#dced7a Border Color

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

This div border color is #dced7a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dced7a


Comments

No comments written yet.

Please login to write comment.