Color Hex Logo

#dabe35 Color Hex

#DABE35
(218,190,53)
0 Favorites   0 Comments

Color spaces of #dabe35

RGB 21819053
HSL0.140.690.53
HSV50°76°85°
CMYK 0.000.130.76   0.15
XYZ47.969551.989410.8749
Yxy51.98940.43280.4691
Hunter Lab72.1037-7.428041.5303
CIE-Lab77.2745-3.957468.0244

#dabe35 color RGB value is (218,190,53).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 10111110 00110101
Octal 332 276 65
Decimal 218 190 53
Hex DA BE 35

RGB Percentages of Color #dabe35

%47.29
%41.21
%11.50

CMYK Percentages of Color #dabe35

%0
%13
%76
%15

Triadic Colors of #dabe35

#dabe35 #35dabe #be35da

Analogous Colors of #dabe35

#dabe35 #a4da35 #da6c35

Monochromatic Colors of #dabe35

#dabe35

Complementary Color

#dabe35 #3551da

#dabe35 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dabe35 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dabe35 Color CSS Codes

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

#dabe35 Text Font Color

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

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


#dabe35 Background Color

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

This div background color is #dabe35


#dabe35 Border Color

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

This div border color is #dabe35


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dabe35


Comments

No comments written yet.

Please login to write comment.