Color Hex Logo

#dceaeb Color Hex

#DCEAEB
(220,234,235)
0 Favorites   0 Comments

Color spaces of #dceaeb

RGB 220234235
HSL0.510.270.89
HSV184°92°
CMYK 0.060.000.00   0.08
XYZ73.933480.059490.1536
Yxy80.05940.30280.3279
Hunter Lab89.4759-9.08942.8941
CIE-Lab91.7115-4.4365-2.0943

#dceaeb color RGB value is (220,234,235).

#dceaeb hex color red value is 220, green value is 234 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #dceaeb hue: 0.51 , saturation: 0.27 and the lightness value of dceaeb is 0.89.

The process color (four color CMYK) of #dceaeb color hex is 0.06, 0.00, 0.00, 0.08. Web safe color of #dceaeb is #ccffff. Color #dceaeb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11011100 11101010 11101011
Octal 334 352 353
Decimal 220 234 235
Hex DC EA EB

RGB Percentages of Color #dceaeb

%31.93
%33.96
%34.11

CMYK Percentages of Color #dceaeb

%6
%0
%0
%8

Triadic Colors of #dceaeb

#dceaeb #ebdcea #eaebdc

Analogous Colors of #dceaeb

#dceaeb #dce3eb #dcebe5

Monochromatic Colors of #dceaeb

#dceaeb

Complementary Color

#dceaeb #ebdddc

#dceaeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dceaeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#dceaeb Color CSS Codes

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

#dceaeb Text Font Color

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

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


#dceaeb Background Color

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

This div background color is #dceaeb


#dceaeb Border Color

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

This div border color is #dceaeb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dceaeb


Comments

No comments written yet.

Please login to write comment.