Color Hex Logo

#dabe83 Color Hex

#DABE83
(218,190,131)
0 Favorites   0 Comments

Color spaces of #dabe83

RGB 218190131
HSL0.110.540.68
HSV41°40°85°
CMYK 0.000.130.40   0.15
XYZ51.423653.371029.0641
Yxy53.37100.38420.3987
Hunter Lab73.0555-2.201227.5511
CIE-Lab78.09351.846633.4560

#dabe83 color RGB value is (218,190,131).

#dabe83 hex color red value is 218, green value is 190 and the blue value of its RGB is 131. Cylindrical-coordinate representations (also known as HSL) of color #dabe83 hue: 0.11 , saturation: 0.54 and the lightness value of dabe83 is 0.68.

The process color (four color CMYK) of #dabe83 color hex is 0.00, 0.13, 0.40, 0.15. Web safe color of #dabe83 is #cccc99. Color #dabe83 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 10111110 10000011
Octal 332 276 203
Decimal 218 190 131
Hex DA BE 83

RGB Percentages of Color #dabe83

%40.45
%35.25
%24.30

CMYK Percentages of Color #dabe83

%0
%13
%40
%15

Triadic Colors of #dabe83

#dabe83 #83dabe #be83da

Analogous Colors of #dabe83

#dabe83 #cbda83 #da9383

Monochromatic Colors of #dabe83

#dabe83

Complementary Color

#dabe83 #839fda

#dabe83 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dabe83 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dabe83 Color CSS Codes

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

#dabe83 Text Font Color

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

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


#dabe83 Background Color

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

This div background color is #dabe83


#dabe83 Border Color

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

This div border color is #dabe83


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dabe83


Comments

No comments written yet.

Please login to write comment.