Color Hex Logo

#dcce92 Color Hex

#DCCE92
(220,206,146)
0 Favorites   0 Comments

Color spaces of #dcce92

RGB 220206146
HSL0.140.510.72
HSV49°34°86°
CMYK 0.000.060.34   0.14
XYZ56.774861.433636.0596
Yxy61.43360.36800.3982
Hunter Lab78.3796-7.866627.5885
CIE-Lab82.6113-3.957931.6468

#dcce92 color RGB value is (220,206,146).

#dcce92 hex color red value is 220, green value is 206 and the blue value of its RGB is 146. Cylindrical-coordinate representations (also known as HSL) of color #dcce92 hue: 0.14 , saturation: 0.51 and the lightness value of dcce92 is 0.72.

The process color (four color CMYK) of #dcce92 color hex is 0.00, 0.06, 0.34, 0.14. Web safe color of #dcce92 is #cccc99. Color #dcce92 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011100 11001110 10010010
Octal 334 316 222
Decimal 220 206 146
Hex DC CE 92

RGB Percentages of Color #dcce92

%38.46
%36.01
%25.52

CMYK Percentages of Color #dcce92

%0
%6
%34
%14

Triadic Colors of #dcce92

#dcce92 #92dcce #ce92dc

Analogous Colors of #dcce92

#dcce92 #c5dc92 #dca992

Monochromatic Colors of #dcce92

#dcce92

Complementary Color

#dcce92 #92a0dc

#dcce92 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcce92 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcce92 Color CSS Codes

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

#dcce92 Text Font Color

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

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


#dcce92 Background Color

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

This div background color is #dcce92


#dcce92 Border Color

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

This div border color is #dcce92


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcce92


Comments

No comments written yet.

Please login to write comment.