Color Hex Logo

#dceeba Color Hex

#DCEEBA
(220,238,186)
0 Favorites   0 Comments

Color spaces of #dceeba

RGB 220238186
HSL0.220.600.83
HSV81°22°93°
CMYK 0.080.000.22   0.07
XYZ68.952779.909958.2443
Yxy79.90990.33290.3858
Hunter Lab89.3923-18.750823.9438
CIE-Lab91.6444-14.714423.2405

#dceeba color RGB value is (220,238,186).

#dceeba hex color red value is 220, green value is 238 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #dceeba hue: 0.22 , saturation: 0.60 and the lightness value of dceeba is 0.83.

The process color (four color CMYK) of #dceeba color hex is 0.08, 0.00, 0.22, 0.07. Web safe color of #dceeba is #ccffcc. Color #dceeba contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011100 11101110 10111010
Octal 334 356 272
Decimal 220 238 186
Hex DC EE BA

RGB Percentages of Color #dceeba

%34.16
%36.96
%28.88

CMYK Percentages of Color #dceeba

%8
%0
%22
%7

Triadic Colors of #dceeba

#dceeba #badcee #eebadc

Analogous Colors of #dceeba

#dceeba #c2eeba #eee6ba

Monochromatic Colors of #dceeba

#dceeba

Complementary Color

#dceeba #ccbaee

#dceeba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dceeba Color Preview on White Background

Lorem ipsum dolor sit amet.

#dceeba Color CSS Codes

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

#dceeba Text Font Color

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

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


#dceeba Background Color

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

This div background color is #dceeba


#dceeba Border Color

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

This div border color is #dceeba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dceeba


Comments

No comments written yet.

Please login to write comment.