Color Hex Logo

#dabeb5 Color Hex

#DABEB5
(218,190,181)
0 Favorites   0 Comments

Color spaces of #dabeb5

RGB 218190181
HSL0.040.330.78
HSV15°17°85°
CMYK 0.000.130.17   0.15
XYZ55.667455.068551.4114
Yxy55.06850.34330.3396
Hunter Lab74.20824.037910.8696
CIE-Lab79.08078.50438.1936

#dabeb5 color RGB value is (218,190,181).

#dabeb5 hex color red value is 218, green value is 190 and the blue value of its RGB is 181. Cylindrical-coordinate representations (also known as HSL) of color #dabeb5 hue: 0.04 , saturation: 0.33 and the lightness value of dabeb5 is 0.78.

The process color (four color CMYK) of #dabeb5 color hex is 0.00, 0.13, 0.17, 0.15. Web safe color of #dabeb5 is #cccccc. Color #dabeb5 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 10111110 10110101
Octal 332 276 265
Decimal 218 190 181
Hex DA BE B5

RGB Percentages of Color #dabeb5

%37.01
%32.26
%30.73

CMYK Percentages of Color #dabeb5

%0
%13
%17
%15

Triadic Colors of #dabeb5

#dabeb5 #b5dabe #beb5da

Analogous Colors of #dabeb5

#dabeb5 #dad1b5 #dab5bf

Monochromatic Colors of #dabeb5

#dabeb5

Complementary Color

#dabeb5 #b5d1da

#dabeb5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dabeb5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dabeb5 Color CSS Codes

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

#dabeb5 Text Font Color

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

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


#dabeb5 Background Color

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

This div background color is #dabeb5


#dabeb5 Border Color

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

This div border color is #dabeb5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dabeb5


Comments

No comments written yet.

Please login to write comment.