Color Hex Logo

#dabe4b Color Hex

#DABE4B
(218,190,75)
0 Favorites   0 Comments

Color spaces of #dabe4b

RGB 21819075
HSL0.130.660.57
HSV48°66°85°
CMYK 0.000.130.66   0.15
XYZ48.596952.240314.1787
Yxy52.24030.42250.4542
Hunter Lab72.2775-6.468238.9633
CIE-Lab77.4243-2.875159.7034

#dabe4b color RGB value is (218,190,75).

#dabe4b hex color red value is 218, green value is 190 and the blue value of its RGB is 75. Cylindrical-coordinate representations (also known as HSL) of color #dabe4b hue: 0.13 , saturation: 0.66 and the lightness value of dabe4b is 0.57.

The process color (four color CMYK) of #dabe4b color hex is 0.00, 0.13, 0.66, 0.15. Web safe color of #dabe4b is #cccc33. Color #dabe4b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 10111110 01001011
Octal 332 276 113
Decimal 218 190 75
Hex DA BE 4B

RGB Percentages of Color #dabe4b

%45.13
%39.34
%15.53

CMYK Percentages of Color #dabe4b

%0
%13
%66
%15

Triadic Colors of #dabe4b

#dabe4b #4bdabe #be4bda

Analogous Colors of #dabe4b

#dabe4b #afda4b #da774b

Monochromatic Colors of #dabe4b

#dabe4b

Complementary Color

#dabe4b #4b67da

#dabe4b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dabe4b Color Preview on White Background

Lorem ipsum dolor sit amet.

#dabe4b Color CSS Codes

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

#dabe4b Text Font Color

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

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


#dabe4b Background Color

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

This div background color is #dabe4b


#dabe4b Border Color

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

This div border color is #dabe4b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dabe4b


Comments

No comments written yet.

Please login to write comment.