Color Hex Logo

#d48002 Color Hex

#D48002
(212,128,2)
0 Favorites   0 Comments

Color spaces of #d48002

RGB 2121282
HSL0.100.980.42
HSV36°99°83°
CMYK 0.000.400.99   0.17
XYZ34.881529.43983.9014
Yxy29.43980.51130.4315
Hunter Lab54.258519.801233.7177
CIE-Lab61.167825.357467.1129

#d48002 color RGB value is (212,128,2).

#d48002 hex color red value is 212, green value is 128 and the blue value of its RGB is 2. Cylindrical-coordinate representations (also known as HSL) of color #d48002 hue: 0.10 , saturation: 0.98 and the lightness value of d48002 is 0.42.

The process color (four color CMYK) of #d48002 color hex is 0.00, 0.40, 0.99, 0.17. Web safe color of #d48002 is #cc9900. Color #d48002 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010100 10000000 00000010
Octal 324 200 2
Decimal 212 128 2
Hex D4 80 2

RGB Percentages of Color #d48002

%61.99
%37.43
%0.58

CMYK Percentages of Color #d48002

%0
%40
%99
%17

Triadic Colors of #d48002

#d48002 #02d480 #8002d4

Analogous Colors of #d48002

#d48002 #bfd402 #d41702

Monochromatic Colors of #d48002

#d48002

Complementary Color

#d48002 #0256d4

#d48002 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d48002 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d48002 Color CSS Codes

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

#d48002 Text Font Color

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

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


#d48002 Background Color

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

This div background color is #d48002


#d48002 Border Color

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

This div border color is #d48002


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d48002


Comments

No comments written yet.

Please login to write comment.