Color Hex Logo

#dcebaf Color Hex

#DCEBAF
(220,235,175)
0 Favorites   0 Comments

Color spaces of #dcebaf

RGB 220235175
HSL0.210.600.80
HSV75°26°92°
CMYK 0.060.000.26   0.08
XYZ66.961477.727552.0311
Yxy77.72750.34040.3951
Hunter Lab88.1632-18.711926.7232
CIE-Lab90.6554-14.818627.5267

#dcebaf color RGB value is (220,235,175).

#dcebaf hex color red value is 220, green value is 235 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #dcebaf hue: 0.21 , saturation: 0.60 and the lightness value of dcebaf is 0.80.

The process color (four color CMYK) of #dcebaf color hex is 0.06, 0.00, 0.26, 0.08. Web safe color of #dcebaf is #ccff99. Color #dcebaf contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011100 11101011 10101111
Octal 334 353 257
Decimal 220 235 175
Hex DC EB AF

RGB Percentages of Color #dcebaf

%34.92
%37.30
%27.78

CMYK Percentages of Color #dcebaf

%6
%0
%26
%8

Triadic Colors of #dcebaf

#dcebaf #afdceb #ebafdc

Analogous Colors of #dcebaf

#dcebaf #beebaf #ebdcaf

Monochromatic Colors of #dcebaf

#dcebaf

Complementary Color

#dcebaf #beafeb

#dcebaf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcebaf Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcebaf Color CSS Codes

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

#dcebaf Text Font Color

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

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


#dcebaf Background Color

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

This div background color is #dcebaf


#dcebaf Border Color

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

This div border color is #dcebaf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcebaf


Comments

No comments written yet.

Please login to write comment.