Color Hex Logo

#da6702 Color Hex

#DA6702
(218,103,2)
0 Favorites   0 Comments

Color spaces of #da6702

RGB 2181032
HSL0.080.980.43
HSV28°99°85°
CMYK 0.000.530.99   0.15
XYZ33.774624.61033.0276
Yxy24.61030.55000.4007
Hunter Lab49.608834.710931.1077
CIE-Lab56.693740.815064.7428

#da6702 color RGB value is (218,103,2).

#da6702 hex color red value is 218, green value is 103 and the blue value of its RGB is 2. Cylindrical-coordinate representations (also known as HSL) of color #da6702 hue: 0.08 , saturation: 0.98 and the lightness value of da6702 is 0.43.

The process color (four color CMYK) of #da6702 color hex is 0.00, 0.53, 0.99, 0.15. Web safe color of #da6702 is #cc6600. Color #da6702 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 01100111 00000010
Octal 332 147 2
Decimal 218 103 2
Hex DA 67 2

RGB Percentages of Color #da6702

%67.49
%31.89
%0.62

CMYK Percentages of Color #da6702

%0
%53
%99
%15

Triadic Colors of #da6702

#da6702 #02da67 #6702da

Analogous Colors of #da6702

#da6702 #dad302 #da0209

Monochromatic Colors of #da6702

#da6702

Complementary Color

#da6702 #0275da

#da6702 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#da6702 Color Preview on White Background

Lorem ipsum dolor sit amet.

#da6702 Color CSS Codes

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

#da6702 Text Font Color

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

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


#da6702 Background Color

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

This div background color is #da6702


#da6702 Border Color

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

This div border color is #da6702


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #da6702


Comments

No comments written yet.

Please login to write comment.