Color Hex Logo

#ffd473 Color Hex

#FFD473
(255,212,115)
0 Favorites   0 Comments

Color spaces of #ffd473

RGB 255212115
HSL0.121.000.73
HSV42°55°100°
CMYK 0.000.170.55   0.00
XYZ67.878069.584826.0733
Yxy69.58480.41510.4255
Hunter Lab83.4175-0.732739.8603
CIE-Lab86.79283.851453.0327

#ffd473 color RGB value is (255,212,115).

#ffd473 hex color red value is 255, green value is 212 and the blue value of its RGB is 115. Cylindrical-coordinate representations (also known as HSL) of color #ffd473 hue: 0.12 , saturation: 1.00 and the lightness value of ffd473 is 0.73.

The process color (four color CMYK) of #ffd473 color hex is 0.00, 0.17, 0.55, 0.00. Web safe color of #ffd473 is #ffcc66. Color #ffd473 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111111 11010100 01110011
Octal 377 324 163
Decimal 255 212 115
Hex FF D4 73

RGB Percentages of Color #ffd473

%43.81
%36.43
%19.76

CMYK Percentages of Color #ffd473

%0
%17
%55
%0

Triadic Colors of #ffd473

#ffd473 #73ffd4 #d473ff

Analogous Colors of #ffd473

#ffd473 #e4ff73 #ff8e73

Monochromatic Colors of #ffd473

#ffd473

Complementary Color

#ffd473 #739eff

#ffd473 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ffd473 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ffd473 Color CSS Codes

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

#ffd473 Text Font Color

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

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


#ffd473 Background Color

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

This div background color is #ffd473


#ffd473 Border Color

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

This div border color is #ffd473


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(255,212,115, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ffd473


Comments

No comments written yet.

Please login to write comment.