color codes Logo

#dabf2d color codes

#DABF2D
(218,191,45)
0 Favorites   0 Comments

Color spaces of #dabf2d

RGB 21819145
HSL0.140.700.52
HSV51°79°85°
CMYK 0.000.120.79   0.15
XYZ48.017952.356510.0576
Yxy52.35650.43480.4741
Hunter Lab72.3578-8.170442.4093
CIE-Lab77.4935-4.767670.7875

#dabf2d color RGB value is (218,191,45).

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

The process color (four color CMYK) of #dabf2d color code is 0.00, 0.12, 0.79, 0.15. Web safe color of #dabf2d is #cccc33. Color #dabf2d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 10111111 00101101
Octal 332 277 55
Decimal 218 191 45
Hex DA BF 2D

RGB Percentages of Color #dabf2d

%48.02
%42.07
%9.91

CMYK Percentages of Color #dabf2d

%0
%12
%79
%15

Triadic Colors of #dabf2d

#dabf2d #2ddabf #bf2dda

Analogous Colors of #dabf2d

#dabf2d #9fda2d #da692d

Monochromatic Colors of #dabf2d

#dabf2d

Complementary Color

#dabf2d #2d48da

#dabf2d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dabf2d Color Preview on White Background

Lorem ipsum dolor sit amet.

#dabf2d Color CSS Codes

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

#dabf2d Text Font Color

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

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


#dabf2d Background Color

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

This div background color is #dabf2d


#dabf2d Border Color

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

This div border color is #dabf2d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dabf2d


Comments

No comments written yet.

Please login to write comment.