Color Hex Logo

#dcebf9 Color Hex

#DCEBF9
(220,235,249)
0 Favorites   0 Comments

Color spaces of #dcebf9

RGB 220235249
HSL0.580.710.92
HSV209°12°98°
CMYK 0.120.060.00   0.02
XYZ76.322481.4719101.3256
Yxy81.47190.29450.3144
Hunter Lab90.2618-7.0244-3.3742
CIE-Lab92.3413-2.2506-8.4661

#dcebf9 color RGB value is (220,235,249).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 11101011 11111001
Octal 334 353 371
Decimal 220 235 249
Hex DC EB F9

RGB Percentages of Color #dcebf9

%31.25
%33.38
%35.37

CMYK Percentages of Color #dcebf9

%12
%6
%0
%2

Triadic Colors of #dcebf9

#dcebf9 #f9dceb #ebf9dc

Analogous Colors of #dcebf9

#dcebf9 #dcddf9 #dcf9f9

Monochromatic Colors of #dcebf9

#dcebf9

Complementary Color

#dcebf9 #f9eadc

#dcebf9 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcebf9 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcebf9 Color CSS Codes

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

#dcebf9 Text Font Color

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

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


#dcebf9 Background Color

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

This div background color is #dcebf9


#dcebf9 Border Color

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

This div border color is #dcebf9


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcebf9


Comments

No comments written yet.

Please login to write comment.