Color Hex Logo

#d98238 Color Hex

#D98238
(217,130,56)
0 Favorites   0 Comments

Color spaces of #d98238

RGB 21713056
HSL0.080.680.54
HSV28°74°85°
CMYK 0.000.400.74   0.15
XYZ37.311731.00257.7589
Yxy31.00250.49050.4075
Hunter Lab55.679922.175030.7140
CIE-Lab62.509727.700852.4447

#d98238 color RGB value is (217,130,56).

#d98238 hex color red value is 217, green value is 130 and the blue value of its RGB is 56. Cylindrical-coordinate representations (also known as HSL) of color #d98238 hue: 0.08 , saturation: 0.68 and the lightness value of d98238 is 0.54.

The process color (four color CMYK) of #d98238 color hex is 0.00, 0.40, 0.74, 0.15. Web safe color of #d98238 is #cc9933. Color #d98238 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011001 10000010 00111000
Octal 331 202 70
Decimal 217 130 56
Hex D9 82 38

RGB Percentages of Color #d98238

%53.85
%32.26
%13.90

CMYK Percentages of Color #d98238

%0
%40
%74
%15

Triadic Colors of #d98238

#d98238 #38d982 #8238d9

Analogous Colors of #d98238

#d98238 #d9d338 #d9383e

Monochromatic Colors of #d98238

#d98238

Complementary Color

#d98238 #388fd9

#d98238 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d98238 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d98238 Color CSS Codes

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

#d98238 Text Font Color

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

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


#d98238 Background Color

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

This div background color is #d98238


#d98238 Border Color

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

This div border color is #d98238


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d98238


Comments

No comments written yet.

Please login to write comment.