Color Hex Logo

#d08602 Color Hex

#D08602
(208,134,2)
0 Favorites   0 Comments

Color spaces of #d08602

RGB 2081342
HSL0.110.980.41
HSV38°99°82°
CMYK 0.000.360.99   0.18
XYZ34.548530.46454.1168
Yxy30.46450.49980.4407
Hunter Lab55.194715.139534.2140
CIE-Lab62.053020.399467.4472

#d08602 color RGB value is (208,134,2).

#d08602 hex color red value is 208, green value is 134 and the blue value of its RGB is 2. Cylindrical-coordinate representations (also known as HSL) of color #d08602 hue: 0.11 , saturation: 0.98 and the lightness value of d08602 is 0.41.

The process color (four color CMYK) of #d08602 color hex is 0.00, 0.36, 0.99, 0.18. Web safe color of #d08602 is #cc9900. Color #d08602 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010000 10000110 00000010
Octal 320 206 2
Decimal 208 134 2
Hex D0 86 2

RGB Percentages of Color #d08602

%60.47
%38.95
%0.58

CMYK Percentages of Color #d08602

%0
%36
%99
%18

Triadic Colors of #d08602

#d08602 #02d086 #8602d0

Analogous Colors of #d08602

#d08602 #b3d002 #d01f02

Monochromatic Colors of #d08602

#d08602

Complementary Color

#d08602 #024cd0

#d08602 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d08602 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d08602 Color CSS Codes

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

#d08602 Text Font Color

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

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


#d08602 Background Color

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

This div background color is #d08602


#d08602 Border Color

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

This div border color is #d08602


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d08602


Comments

No comments written yet.

Please login to write comment.