Color Hex Logo

#d68538 Color Hex

#D68538
(214,133,56)
0 Favorites   0 Comments

Color spaces of #d68538

RGB 21413356
HSL0.080.660.53
HSV29°74°84°
CMYK 0.000.380.74   0.16
XYZ36.832931.35677.8525
Yxy31.35670.48440.4124
Hunter Lab55.997119.416230.8837
CIE-Lab62.807624.844252.6261

#d68538 color RGB value is (214,133,56).

#d68538 hex color red value is 214, green value is 133 and the blue value of its RGB is 56. Cylindrical-coordinate representations (also known as HSL) of color #d68538 hue: 0.08 , saturation: 0.66 and the lightness value of d68538 is 0.53.

The process color (four color CMYK) of #d68538 color hex is 0.00, 0.38, 0.74, 0.16. Web safe color of #d68538 is #cc9933. Color #d68538 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010110 10000101 00111000
Octal 326 205 70
Decimal 214 133 56
Hex D6 85 38

RGB Percentages of Color #d68538

%53.10
%33.00
%13.90

CMYK Percentages of Color #d68538

%0
%38
%74
%16

Triadic Colors of #d68538

#d68538 #38d685 #8538d6

Analogous Colors of #d68538

#d68538 #d6d438 #d6383a

Monochromatic Colors of #d68538

#d68538

Complementary Color

#d68538 #3889d6

#d68538 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d68538 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d68538 Color CSS Codes

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

#d68538 Text Font Color

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

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


#d68538 Background Color

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

This div background color is #d68538


#d68538 Border Color

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

This div border color is #d68538


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d68538


Comments

No comments written yet.

Please login to write comment.