Color Hex Logo

#deaebe Color Hex

#DEAEBE
(222,174,190)
0 Favorites   0 Comments

Color spaces of #deaebe

RGB 222174190
HSL0.940.420.78
HSV340°22°87°
CMYK 0.000.220.14   0.13
XYZ54.554549.519455.3981
Yxy49.51940.34210.3105
Hunter Lab70.370015.23492.5836
CIE-Lab75.773319.9538-1.4346

#deaebe color RGB value is (222,174,190).

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

The process color (four color CMYK) of #deaebe color hex is 0.00, 0.22, 0.14, 0.13. Web safe color of #deaebe is #cc99cc. Color #deaebe contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011110 10101110 10111110
Octal 336 256 276
Decimal 222 174 190
Hex DE AE BE

RGB Percentages of Color #deaebe

%37.88
%29.69
%32.42

CMYK Percentages of Color #deaebe

%0
%22
%14
%13

Triadic Colors of #deaebe

#deaebe #bedeae #aebede

Analogous Colors of #deaebe

#deaebe #deb6ae #deaed6

Monochromatic Colors of #deaebe

#deaebe

Complementary Color

#deaebe #aedece

#deaebe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#deaebe Color Preview on White Background

Lorem ipsum dolor sit amet.

#deaebe Color CSS Codes

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

#deaebe Text Font Color

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

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


#deaebe Background Color

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

This div background color is #deaebe


#deaebe Border Color

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

This div border color is #deaebe


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(222,174,190, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #deaebe


Comments

No comments written yet.

Please login to write comment.