Color Hex Logo

#dabf28 Color Hex

#DABF28
(218,191,40)
0 Favorites   0 Comments

Color spaces of #dabf28

RGB 21819140
HSL0.140.710.51
HSV51°82°85°
CMYK 0.000.120.82   0.15
XYZ47.927252.32029.5803
Yxy52.32020.43640.4764
Hunter Lab72.3327-8.309242.7801
CIE-Lab77.4719-4.925472.2036

#dabf28 color RGB value is (218,191,40).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 10111111 00101000
Octal 332 277 50
Decimal 218 191 40
Hex DA BF 28

RGB Percentages of Color #dabf28

%48.55
%42.54
%8.91

CMYK Percentages of Color #dabf28

%0
%12
%82
%15

Triadic Colors of #dabf28

#dabf28 #28dabf #bf28da

Analogous Colors of #dabf28

#dabf28 #9cda28 #da6628

Monochromatic Colors of #dabf28

#dabf28

Complementary Color

#dabf28 #2843da

#dabf28 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dabf28 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dabf28 Color CSS Codes

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

#dabf28 Text Font Color

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

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


#dabf28 Background Color

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

This div background color is #dabf28


#dabf28 Border Color

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

This div border color is #dabf28


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dabf28


Comments

No comments written yet.

Please login to write comment.