Color Hex Logo

#dab263 Color Hex

#DAB263
(218,178,99)
0 Favorites   0 Comments

Color spaces of #dab263

RGB 21817899
HSL0.110.620.62
HSV40°55°85°
CMYK 0.000.180.55   0.15
XYZ47.086047.647118.5195
Yxy47.64710.41580.4207
Hunter Lab69.02690.965032.4117
CIE-Lab74.60185.103745.3981

#dab263 color RGB value is (218,178,99).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 10110010 01100011
Octal 332 262 143
Decimal 218 178 99
Hex DA B2 63

RGB Percentages of Color #dab263

%44.04
%35.96
%20.00

CMYK Percentages of Color #dab263

%0
%18
%55
%15

Triadic Colors of #dab263

#dab263 #63dab2 #b263da

Analogous Colors of #dab263

#dab263 #c7da63 #da7763

Monochromatic Colors of #dab263

#dab263

Complementary Color

#dab263 #638bda

#dab263 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dab263 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dab263 Color CSS Codes

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

#dab263 Text Font Color

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

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


#dab263 Background Color

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

This div background color is #dab263


#dab263 Border Color

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

This div border color is #dab263


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dab263


Comments

No comments written yet.

Please login to write comment.