Color Hex Logo

#dcebf8 Color Hex

#DCEBF8
(220,235,248)
0 Favorites   0 Comments

Color spaces of #dcebf8

RGB 220235248
HSL0.580.670.92
HSV208°11°97°
CMYK 0.110.050.00   0.03
XYZ76.166881.4096100.5061
Yxy81.40960.29510.3154
Hunter Lab90.2273-7.2141-2.8853
CIE-Lab92.3137-2.4476-7.9859

#dcebf8 color RGB value is (220,235,248).

#dcebf8 hex color red value is 220, green value is 235 and the blue value of its RGB is 248. Cylindrical-coordinate representations (also known as HSL) of color #dcebf8 hue: 0.58 , saturation: 0.67 and the lightness value of dcebf8 is 0.92.

The process color (four color CMYK) of #dcebf8 color hex is 0.11, 0.05, 0.00, 0.03. Web safe color of #dcebf8 is #ccffff. Color #dcebf8 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11011100 11101011 11111000
Octal 334 353 370
Decimal 220 235 248
Hex DC EB F8

RGB Percentages of Color #dcebf8

%31.29
%33.43
%35.28

CMYK Percentages of Color #dcebf8

%11
%5
%0
%3

Triadic Colors of #dcebf8

#dcebf8 #f8dceb #ebf8dc

Analogous Colors of #dcebf8

#dcebf8 #dcddf8 #dcf8f7

Monochromatic Colors of #dcebf8

#dcebf8

Complementary Color

#dcebf8 #f8e9dc

#dcebf8 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcebf8 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcebf8 Color CSS Codes

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

#dcebf8 Text Font Color

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

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


#dcebf8 Background Color

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

This div background color is #dcebf8


#dcebf8 Border Color

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

This div border color is #dcebf8


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcebf8

Related Colors


Comments

No comments written yet.

Please login to write comment.