Color Hex Logo

#dada35 Color Hex

#DADA35
(218,218,53)
0 Favorites   0 Comments

Color spaces of #dada35

RGB 21821853
HSL0.170.690.53
HSV60°76°85°
CMYK 0.000.000.76   0.15
XYZ54.627465.305313.0942
Yxy65.30530.41060.4909
Hunter Lab80.8117-20.757346.9612
CIE-Lab84.6408-18.083274.7991

#dada35 color RGB value is (218,218,53).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 11011010 00110101
Octal 332 332 65
Decimal 218 218 53
Hex DA DA 35

RGB Percentages of Color #dada35

%44.58
%44.58
%10.84

CMYK Percentages of Color #dada35

%0
%0
%76
%15

Triadic Colors of #dada35

#dada35 #35dada #da35da

Analogous Colors of #dada35

#dada35 #88da35 #da8835

Monochromatic Colors of #dada35

#dada35

Complementary Color

#dada35 #3535da

#dada35 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dada35 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dada35 Color CSS Codes

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

#dada35 Text Font Color

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

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


#dada35 Background Color

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

This div background color is #dada35


#dada35 Border Color

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

This div border color is #dada35


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(218,218,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 #dada35">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dada35


Comments

No comments written yet.

Please login to write comment.