Color Hex Logo

#dceebc Color Hex

#DCEEBC
(220,238,188)
0 Favorites   0 Comments

Color spaces of #dceebc

RGB 220238188
HSL0.230.600.84
HSV82°21°93°
CMYK 0.080.000.21   0.07
XYZ69.166879.995659.3722
Yxy79.99560.33170.3836
Hunter Lab89.4403-18.481123.2503
CIE-Lab91.6829-14.415622.2656

#dceebc color RGB value is (220,238,188).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 11101110 10111100
Octal 334 356 274
Decimal 220 238 188
Hex DC EE BC

RGB Percentages of Color #dceebc

%34.06
%36.84
%29.10

CMYK Percentages of Color #dceebc

%8
%0
%21
%7

Triadic Colors of #dceebc

#dceebc #bcdcee #eebcdc

Analogous Colors of #dceebc

#dceebc #c3eebc #eee7bc

Monochromatic Colors of #dceebc

#dceebc

Complementary Color

#dceebc #cebcee

#dceebc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dceebc Color Preview on White Background

Lorem ipsum dolor sit amet.

#dceebc Color CSS Codes

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

#dceebc Text Font Color

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

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


#dceebc Background Color

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

This div background color is #dceebc


#dceebc Border Color

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

This div border color is #dceebc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dceebc


Comments

No comments written yet.

Please login to write comment.