Color Hex Logo

#dceea8 Color Hex

#DCEEA8
(220,238,168)
0 Favorites   0 Comments

Color spaces of #dceea8

RGB 220238168
HSL0.210.670.80
HSV75°29°93°
CMYK 0.080.000.29   0.07
XYZ67.157679.191948.7918
Yxy79.19190.34410.4058
Hunter Lab88.9898-21.024329.7851
CIE-Lab91.3210-17.253631.9890

#dceea8 color RGB value is (220,238,168).

#dceea8 hex color red value is 220, green value is 238 and the blue value of its RGB is 168. Cylindrical-coordinate representations (also known as HSL) of color #dceea8 hue: 0.21 , saturation: 0.67 and the lightness value of dceea8 is 0.80.

The process color (four color CMYK) of #dceea8 color hex is 0.08, 0.00, 0.29, 0.07. Web safe color of #dceea8 is #ccff99. Color #dceea8 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011100 11101110 10101000
Octal 334 356 250
Decimal 220 238 168
Hex DC EE A8

RGB Percentages of Color #dceea8

%35.14
%38.02
%26.84

CMYK Percentages of Color #dceea8

%8
%0
%29
%7

Triadic Colors of #dceea8

#dceea8 #a8dcee #eea8dc

Analogous Colors of #dceea8

#dceea8 #b9eea8 #eedda8

Monochromatic Colors of #dceea8

#dceea8

Complementary Color

#dceea8 #baa8ee

#dceea8 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dceea8 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dceea8 Color CSS Codes

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

#dceea8 Text Font Color

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

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


#dceea8 Background Color

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

This div background color is #dceea8


#dceea8 Border Color

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

This div border color is #dceea8


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dceea8


Comments

No comments written yet.

Please login to write comment.