Color Hex Logo

#dab26b Color Hex

#DAB26B
(218,178,107)
0 Favorites   0 Comments

Color spaces of #dab26b

RGB 218178107
HSL0.110.600.64
HSV38°51°85°
CMYK 0.000.180.51   0.15
XYZ47.487747.807820.6349
Yxy47.80780.40960.4124
Hunter Lab69.14321.593630.7059
CIE-Lab74.70355.787041.5055

#dab26b color RGB value is (218,178,107).

#dab26b hex color red value is 218, green value is 178 and the blue value of its RGB is 107. Cylindrical-coordinate representations (also known as HSL) of color #dab26b hue: 0.11 , saturation: 0.60 and the lightness value of dab26b is 0.64.

The process color (four color CMYK) of #dab26b color hex is 0.00, 0.18, 0.51, 0.15. Web safe color of #dab26b is #cc9966. Color #dab26b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 10110010 01101011
Octal 332 262 153
Decimal 218 178 107
Hex DA B2 6B

RGB Percentages of Color #dab26b

%43.34
%35.39
%21.27

CMYK Percentages of Color #dab26b

%0
%18
%51
%15

Triadic Colors of #dab26b

#dab26b #6bdab2 #b26bda

Analogous Colors of #dab26b

#dab26b #cbda6b #da7b6b

Monochromatic Colors of #dab26b

#dab26b

Complementary Color

#dab26b #6b93da

#dab26b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dab26b Color Preview on White Background

Lorem ipsum dolor sit amet.

#dab26b Color CSS Codes

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

#dab26b Text Font Color

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

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


#dab26b Background Color

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

This div background color is #dab26b


#dab26b Border Color

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

This div border color is #dab26b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dab26b


Comments

No comments written yet.

Please login to write comment.