Color Hex Logo

#dab258 Color Hex

#DAB258
(218,178,88)
0 Favorites   0 Comments

Color spaces of #dab258

RGB 21817888
HSL0.120.640.60
HSV42°60°85°
CMYK 0.000.180.60   0.15
XYZ46.595347.450815.9356
Yxy47.45080.42370.4314
Hunter Lab68.88450.194134.5032
CIE-Lab74.47724.261650.5971

#dab258 color RGB value is (218,178,88).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 10110010 01011000
Octal 332 262 130
Decimal 218 178 88
Hex DA B2 58

RGB Percentages of Color #dab258

%45.04
%36.78
%18.18

CMYK Percentages of Color #dab258

%0
%18
%60
%15

Triadic Colors of #dab258

#dab258 #58dab2 #b258da

Analogous Colors of #dab258

#dab258 #c1da58 #da7158

Monochromatic Colors of #dab258

#dab258

Complementary Color

#dab258 #5880da

#dab258 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dab258 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dab258 Color CSS Codes

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

#dab258 Text Font Color

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

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


#dab258 Background Color

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

This div background color is #dab258


#dab258 Border Color

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

This div border color is #dab258


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dab258


Comments

No comments written yet.

Please login to write comment.