Color Hex Logo

#dabe0c Color Hex

#DABE0C
(218,190,12)
0 Favorites   0 Comments

Color spaces of #dabe0c

RGB 21819012
HSL0.140.900.45
HSV52°94°85°
CMYK 0.000.130.94   0.15
XYZ47.393351.75897.8404
Yxy51.75890.44300.4838
Hunter Lab71.9437-8.313543.8992
CIE-Lab77.1364-4.962777.3738

#dabe0c color RGB value is (218,190,12).

#dabe0c hex color red value is 218, green value is 190 and the blue value of its RGB is 12. Cylindrical-coordinate representations (also known as HSL) of color #dabe0c hue: 0.14 , saturation: 0.90 and the lightness value of dabe0c is 0.45.

The process color (four color CMYK) of #dabe0c color hex is 0.00, 0.13, 0.94, 0.15. Web safe color of #dabe0c is #cccc00. Color #dabe0c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 10111110 00001100
Octal 332 276 14
Decimal 218 190 12
Hex DA BE C

RGB Percentages of Color #dabe0c

%51.90
%45.24
%2.86

CMYK Percentages of Color #dabe0c

%0
%13
%94
%15

Triadic Colors of #dabe0c

#dabe0c #0cdabe #be0cda

Analogous Colors of #dabe0c

#dabe0c #8fda0c #da570c

Monochromatic Colors of #dabe0c

#dabe0c

Complementary Color

#dabe0c #0c28da

#dabe0c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dabe0c Color Preview on White Background

Lorem ipsum dolor sit amet.

#dabe0c Color CSS Codes

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

#dabe0c Text Font Color

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

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


#dabe0c Background Color

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

This div background color is #dabe0c


#dabe0c Border Color

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

This div border color is #dabe0c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dabe0c


Comments

No comments written yet.

Please login to write comment.