Color Hex Logo

#dcebf2 Color Hex

#DCEBF2
(220,235,242)
0 Favorites   0 Comments

Color spaces of #dcebf2

RGB 220235242
HSL0.550.460.91
HSV199°95°
CMYK 0.090.030.00   0.05
XYZ75.250581.043195.6812
Yxy81.04310.29860.3216
Hunter Lab90.0239-8.33480.0009
CIE-Lab92.1509-3.6158-5.0992

#dcebf2 color RGB value is (220,235,242).

#dcebf2 hex color red value is 220, green value is 235 and the blue value of its RGB is 242. Cylindrical-coordinate representations (also known as HSL) of color #dcebf2 hue: 0.55 , saturation: 0.46 and the lightness value of dcebf2 is 0.91.

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 11101011 11110010
Octal 334 353 362
Decimal 220 235 242
Hex DC EB F2

RGB Percentages of Color #dcebf2

%31.56
%33.72
%34.72

CMYK Percentages of Color #dcebf2

%9
%3
%0
%5

Triadic Colors of #dcebf2

#dcebf2 #f2dceb #ebf2dc

Analogous Colors of #dcebf2

#dcebf2 #dce0f2 #dcf2ee

Monochromatic Colors of #dcebf2

#dcebf2

Complementary Color

#dcebf2 #f2e3dc

#dcebf2 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcebf2 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcebf2 Color CSS Codes

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

#dcebf2 Text Font Color

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

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


#dcebf2 Background Color

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

This div background color is #dcebf2


#dcebf2 Border Color

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

This div border color is #dcebf2


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcebf2


Comments

No comments written yet.

Please login to write comment.