Color Hex Logo

#dad630 Color Hex

#DAD630
(218,214,48)
0 Favorites   0 Comments

Color spaces of #dad630

RGB 21821448
HSL0.160.700.52
HSV59°78°85°
CMYK 0.000.020.78   0.15
XYZ53.493563.212012.1780
Yxy63.21200.41510.4905
Hunter Lab79.5060-19.036446.5727
CIE-Lab83.5538-16.294275.2833

#dad630 color RGB value is (218,214,48).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 11010110 00110000
Octal 332 326 60
Decimal 218 214 48
Hex DA D6 30

RGB Percentages of Color #dad630

%45.42
%44.58
%10.00

CMYK Percentages of Color #dad630

%0
%2
%78
%15

Triadic Colors of #dad630

#dad630 #30dad6 #d630da

Analogous Colors of #dad630

#dad630 #89da30 #da8130

Monochromatic Colors of #dad630

#dad630

Complementary Color

#dad630 #3034da

#dad630 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dad630 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dad630 Color CSS Codes

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

#dad630 Text Font Color

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

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


#dad630 Background Color

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

This div background color is #dad630


#dad630 Border Color

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

This div border color is #dad630


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dad630


Comments

No comments written yet.

Please login to write comment.