Color Hex Logo

#dabeb3 Color Hex

#DABEB3
(218,190,179)
0 Favorites   0 Comments

Color spaces of #dabeb3

RGB 218190179
HSL0.050.350.78
HSV17°18°85°
CMYK 0.000.130.18   0.15
XYZ55.463654.987050.3381
Yxy54.98700.34490.3420
Hunter Lab74.15323.742611.6589
CIE-Lab79.03388.19559.2041

#dabeb3 color RGB value is (218,190,179).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 10111110 10110011
Octal 332 276 263
Decimal 218 190 179
Hex DA BE B3

RGB Percentages of Color #dabeb3

%37.14
%32.37
%30.49

CMYK Percentages of Color #dabeb3

%0
%13
%18
%15

Triadic Colors of #dabeb3

#dabeb3 #b3dabe #beb3da

Analogous Colors of #dabeb3

#dabeb3 #dad2b3 #dab3bc

Monochromatic Colors of #dabeb3

#dabeb3

Complementary Color

#dabeb3 #b3cfda

#dabeb3 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dabeb3 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dabeb3 Color CSS Codes

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

#dabeb3 Text Font Color

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

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


#dabeb3 Background Color

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

This div background color is #dabeb3


#dabeb3 Border Color

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

This div border color is #dabeb3


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dabeb3


Comments

No comments written yet.

Please login to write comment.