Color Hex Logo

#dcee94 Color Hex

#DCEE94
(220,238,148)
0 Favorites   0 Comments

Color spaces of #dcee94

RGB 220238148
HSL0.200.730.76
HSV72°38°93°
CMYK 0.080.000.38   0.07
XYZ65.435078.502839.7207
Yxy78.50280.35630.4274
Hunter Lab88.6018-23.225735.4412
CIE-Lab91.0089-19.748641.5925

#dcee94 color RGB value is (220,238,148).

#dcee94 hex color red value is 220, green value is 238 and the blue value of its RGB is 148. Cylindrical-coordinate representations (also known as HSL) of color #dcee94 hue: 0.20 , saturation: 0.73 and the lightness value of dcee94 is 0.76.

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 11101110 10010100
Octal 334 356 224
Decimal 220 238 148
Hex DC EE 94

RGB Percentages of Color #dcee94

%36.30
%39.27
%24.42

CMYK Percentages of Color #dcee94

%8
%0
%38
%7

Triadic Colors of #dcee94

#dcee94 #94dcee #ee94dc

Analogous Colors of #dcee94

#dcee94 #afee94 #eed394

Monochromatic Colors of #dcee94

#dcee94

Complementary Color

#dcee94 #a694ee

#dcee94 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcee94 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcee94 Color CSS Codes

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

#dcee94 Text Font Color

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

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


#dcee94 Background Color

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

This div background color is #dcee94


#dcee94 Border Color

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

This div border color is #dcee94


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(220,238,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 #dcee94">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcee94


Comments

No comments written yet.

Please login to write comment.