Color Hex Logo

#dabf30 Color Hex

#DABF30
(218,191,48)
0 Favorites   0 Comments

Color spaces of #dabf30

RGB 21819148
HSL0.140.700.52
HSV50°78°85°
CMYK 0.000.120.78   0.15
XYZ48.077752.380410.3728
Yxy52.38040.43380.4726
Hunter Lab72.3743-8.078842.1645
CIE-Lab77.5077-4.663769.8772

#dabf30 color RGB value is (218,191,48).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 10111111 00110000
Octal 332 277 60
Decimal 218 191 48
Hex DA BF 30

RGB Percentages of Color #dabf30

%47.70
%41.79
%10.50

CMYK Percentages of Color #dabf30

%0
%12
%78
%15

Triadic Colors of #dabf30

#dabf30 #30dabf #bf30da

Analogous Colors of #dabf30

#dabf30 #a0da30 #da6a30

Monochromatic Colors of #dabf30

#dabf30

Complementary Color

#dabf30 #304bda

#dabf30 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dabf30 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dabf30 Color CSS Codes

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

#dabf30 Text Font Color

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

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


#dabf30 Background Color

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

This div background color is #dabf30


#dabf30 Border Color

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

This div border color is #dabf30


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dabf30


Comments

No comments written yet.

Please login to write comment.