Color Hex Logo

#dabf38 Color Hex

#DABF38
(218,191,56)
0 Favorites   0 Comments

Color spaces of #dabf38

RGB 21819156
HSL0.140.690.54
HSV50°74°85°
CMYK 0.000.120.74   0.15
XYZ48.258152.452611.3223
Yxy52.45260.43070.4682
Hunter Lab72.4242-7.803141.4279
CIE-Lab77.5507-4.351167.2451

#dabf38 color RGB value is (218,191,56).

#dabf38 hex color red value is 218, green value is 191 and the blue value of its RGB is 56. Cylindrical-coordinate representations (also known as HSL) of color #dabf38 hue: 0.14 , saturation: 0.69 and the lightness value of dabf38 is 0.54.

The process color (four color CMYK) of #dabf38 color hex is 0.00, 0.12, 0.74, 0.15. Web safe color of #dabf38 is #cccc33. Color #dabf38 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 10111111 00111000
Octal 332 277 70
Decimal 218 191 56
Hex DA BF 38

RGB Percentages of Color #dabf38

%46.88
%41.08
%12.04

CMYK Percentages of Color #dabf38

%0
%12
%74
%15

Triadic Colors of #dabf38

#dabf38 #38dabf #bf38da

Analogous Colors of #dabf38

#dabf38 #a4da38 #da6e38

Monochromatic Colors of #dabf38

#dabf38

Complementary Color

#dabf38 #3853da

#dabf38 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dabf38 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dabf38 Color CSS Codes

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

#dabf38 Text Font Color

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

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


#dabf38 Background Color

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

This div background color is #dabf38


#dabf38 Border Color

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

This div border color is #dabf38


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dabf38


Comments

No comments written yet.

Please login to write comment.