Color Hex Logo

#debeaf Color Hex

#DEBEAF
(222,190,175)
0 Favorites   0 Comments

Color spaces of #debeaf

RGB 222190175
HSL0.050.420.78
HSV19°21°87°
CMYK 0.000.140.21   0.13
XYZ56.275555.451748.2946
Yxy55.45170.35170.3465
Hunter Lab74.46594.581013.6738
CIE-Lab79.30079.073711.7860

#debeaf color RGB value is (222,190,175).

#debeaf hex color red value is 222, green value is 190 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #debeaf hue: 0.05 , saturation: 0.42 and the lightness value of debeaf is 0.78.

The process color (four color CMYK) of #debeaf color hex is 0.00, 0.14, 0.21, 0.13. Web safe color of #debeaf is #cccc99. Color #debeaf contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011110 10111110 10101111
Octal 336 276 257
Decimal 222 190 175
Hex DE BE AF

RGB Percentages of Color #debeaf

%37.82
%32.37
%29.81

CMYK Percentages of Color #debeaf

%0
%14
%21
%13

Triadic Colors of #debeaf

#debeaf #afdebe #beafde

Analogous Colors of #debeaf

#debeaf #ded6af #deafb8

Monochromatic Colors of #debeaf

#debeaf

Complementary Color

#debeaf #afcfde

#debeaf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#debeaf Color Preview on White Background

Lorem ipsum dolor sit amet.

#debeaf Color CSS Codes

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

#debeaf Text Font Color

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

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


#debeaf Background Color

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

This div background color is #debeaf


#debeaf Border Color

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

This div border color is #debeaf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #debeaf


Comments

No comments written yet.

Please login to write comment.