Color Hex Logo

#dceeeb Color Hex

#DCEEEB
(220,238,235)
0 Favorites   0 Comments

Color spaces of #dceeeb

RGB 220238235
HSL0.470.350.90
HSV170°93°
CMYK 0.080.000.01   0.07
XYZ75.085182.362990.5375
Yxy82.36290.30280.3321
Hunter Lab90.7540-11.13804.3793
CIE-Lab92.7348-6.4718-0.5962

#dceeeb color RGB value is (220,238,235).

#dceeeb hex color red value is 220, green value is 238 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #dceeeb hue: 0.47 , saturation: 0.35 and the lightness value of dceeeb is 0.90.

The process color (four color CMYK) of #dceeeb color hex is 0.08, 0.00, 0.01, 0.07. Web safe color of #dceeeb is #ccffff. Color #dceeeb contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011100 11101110 11101011
Octal 334 356 353
Decimal 220 238 235
Hex DC EE EB

RGB Percentages of Color #dceeeb

%31.75
%34.34
%33.91

CMYK Percentages of Color #dceeeb

%8
%0
%1
%7

Triadic Colors of #dceeeb

#dceeeb #ebdcee #eeebdc

Analogous Colors of #dceeeb

#dceeeb #dce8ee #dceee2

Monochromatic Colors of #dceeeb

#dceeeb

Complementary Color

#dceeeb #eedcdf

#dceeeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dceeeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#dceeeb Color CSS Codes

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

#dceeeb Text Font Color

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

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


#dceeeb Background Color

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

This div background color is #dceeeb


#dceeeb Border Color

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

This div border color is #dceeeb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dceeeb


Comments

No comments written yet.

Please login to write comment.