Color Hex Logo

#dcce94 Color Hex

#DCCE94
(220,206,148)
0 Favorites   0 Comments

Color spaces of #dcce94

RGB 220206148
HSL0.130.510.72
HSV48°33°86°
CMYK 0.000.060.33   0.14
XYZ56.931861.496436.8863
Yxy61.49640.36660.3959
Hunter Lab78.4196-7.645327.0055
CIE-Lab82.6449-3.714930.6553

#dcce94 color RGB value is (220,206,148).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 11001110 10010100
Octal 334 316 224
Decimal 220 206 148
Hex DC CE 94

RGB Percentages of Color #dcce94

%38.33
%35.89
%25.78

CMYK Percentages of Color #dcce94

%0
%6
%33
%14

Triadic Colors of #dcce94

#dcce94 #94dcce #ce94dc

Analogous Colors of #dcce94

#dcce94 #c6dc94 #dcaa94

Monochromatic Colors of #dcce94

#dcce94

Complementary Color

#dcce94 #94a2dc

#dcce94 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcce94 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcce94 Color CSS Codes

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

#dcce94 Text Font Color

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

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


#dcce94 Background Color

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

This div background color is #dcce94


#dcce94 Border Color

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

This div border color is #dcce94


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcce94


Comments

No comments written yet.

Please login to write comment.