Color Hex Logo

#dcde7b Color Hex

#DCDE7B
(220,222,123)
0 Favorites   0 Comments

Color spaces of #dcde7b

RGB 220222123
HSL0.170.600.68
HSV61°45°87°
CMYK 0.010.000.45   0.13
XYZ59.211668.888328.9149
Yxy68.88830.37710.4387
Hunter Lab82.9990-17.906037.4440
CIE-Lab86.4487-14.558248.0822

#dcde7b color RGB value is (220,222,123).

#dcde7b hex color red value is 220, green value is 222 and the blue value of its RGB is 123. Cylindrical-coordinate representations (also known as HSL) of color #dcde7b hue: 0.17 , saturation: 0.60 and the lightness value of dcde7b is 0.68.

The process color (four color CMYK) of #dcde7b color hex is 0.01, 0.00, 0.45, 0.13. Web safe color of #dcde7b is #cccc66. Color #dcde7b contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011100 11011110 01111011
Octal 334 336 173
Decimal 220 222 123
Hex DC DE 7B

RGB Percentages of Color #dcde7b

%38.94
%39.29
%21.77

CMYK Percentages of Color #dcde7b

%1
%0
%45
%13

Triadic Colors of #dcde7b

#dcde7b #7bdcde #de7bdc

Analogous Colors of #dcde7b

#dcde7b #abde7b #deaf7b

Monochromatic Colors of #dcde7b

#dcde7b

Complementary Color

#dcde7b #7d7bde

#dcde7b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcde7b Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcde7b Color CSS Codes

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

#dcde7b Text Font Color

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

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


#dcde7b Background Color

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

This div background color is #dcde7b


#dcde7b Border Color

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

This div border color is #dcde7b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcde7b


Comments

No comments written yet.

Please login to write comment.