Color Hex Logo

#dabf07 Color Hex

#DABF07
(218,191,7)
0 Favorites   0 Comments

Color spaces of #dabf07

RGB 2181917
HSL0.150.940.44
HSV52°97°85°
CMYK 0.000.120.97   0.15
XYZ47.582652.18247.7653
Yxy52.18240.44250.4853
Hunter Lab72.2374-8.837944.1927
CIE-Lab77.3898-5.527478.0771

#dabf07 color RGB value is (218,191,7).

#dabf07 hex color red value is 218, green value is 191 and the blue value of its RGB is 7. Cylindrical-coordinate representations (also known as HSL) of color #dabf07 hue: 0.15 , saturation: 0.94 and the lightness value of dabf07 is 0.44.

The process color (four color CMYK) of #dabf07 color hex is 0.00, 0.12, 0.97, 0.15. Web safe color of #dabf07 is #cccc00. Color #dabf07 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 10111111 00000111
Octal 332 277 7
Decimal 218 191 7
Hex DA BF 7

RGB Percentages of Color #dabf07

%52.40
%45.91
%1.68

CMYK Percentages of Color #dabf07

%0
%12
%97
%15

Triadic Colors of #dabf07

#dabf07 #07dabf #bf07da

Analogous Colors of #dabf07

#dabf07 #8cda07 #da5607

Monochromatic Colors of #dabf07

#dabf07

Complementary Color

#dabf07 #0722da

#dabf07 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dabf07 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dabf07 Color CSS Codes

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

#dabf07 Text Font Color

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

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


#dabf07 Background Color

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

This div background color is #dabf07


#dabf07 Border Color

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

This div border color is #dabf07


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dabf07


Comments

No comments written yet.

Please login to write comment.