Color Hex Logo

#d68629 Color Hex

#D68629
(214,134,41)
0 Favorites   0 Comments

Color spaces of #d68629

RGB 21413441
HSL0.090.680.50
HSV32°81°84°
CMYK 0.000.370.81   0.16
XYZ36.656931.50646.2471
Yxy31.50640.49260.4234
Hunter Lab56.130618.343632.6927
CIE-Lab62.932823.723058.9529

#d68629 color RGB value is (214,134,41).

#d68629 hex color red value is 214, green value is 134 and the blue value of its RGB is 41. Cylindrical-coordinate representations (also known as HSL) of color #d68629 hue: 0.09 , saturation: 0.68 and the lightness value of d68629 is 0.50.

The process color (four color CMYK) of #d68629 color hex is 0.00, 0.37, 0.81, 0.16. Web safe color of #d68629 is #cc9933. Color #d68629 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010110 10000110 00101001
Octal 326 206 51
Decimal 214 134 41
Hex D6 86 29

RGB Percentages of Color #d68629

%55.01
%34.45
%10.54

CMYK Percentages of Color #d68629

%0
%37
%81
%16

Triadic Colors of #d68629

#d68629 #29d686 #8629d6

Analogous Colors of #d68629

#d68629 #d0d629 #d63029

Monochromatic Colors of #d68629

#d68629

Complementary Color

#d68629 #2979d6

#d68629 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d68629 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d68629 Color CSS Codes

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

#d68629 Text Font Color

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

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


#d68629 Background Color

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

This div background color is #d68629


#d68629 Border Color

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

This div border color is #d68629


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d68629


Comments

No comments written yet.

Please login to write comment.