Color Hex Logo

#dceea5 Color Hex

#DCEEA5
(220,238,165)
0 Favorites   0 Comments

Color spaces of #dceea5

RGB 220238165
HSL0.210.680.79
HSV75°31°93°
CMYK 0.080.000.31   0.07
XYZ66.881379.081347.3365
Yxy79.08130.34600.4091
Hunter Lab88.9277-21.376030.6891
CIE-Lab91.2711-17.649733.4399

#dceea5 color RGB value is (220,238,165).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 11101110 10100101
Octal 334 356 245
Decimal 220 238 165
Hex DC EE A5

RGB Percentages of Color #dceea5

%35.31
%38.20
%26.48

CMYK Percentages of Color #dceea5

%8
%0
%31
%7

Triadic Colors of #dceea5

#dceea5 #a5dcee #eea5dc

Analogous Colors of #dceea5

#dceea5 #b8eea5 #eedca5

Monochromatic Colors of #dceea5

#dceea5

Complementary Color

#dceea5 #b7a5ee

#dceea5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dceea5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dceea5 Color CSS Codes

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

#dceea5 Text Font Color

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

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


#dceea5 Background Color

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

This div background color is #dceea5


#dceea5 Border Color

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

This div border color is #dceea5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dceea5


Comments

No comments written yet.

Please login to write comment.