Color Hex Logo

#ffd872 Color Hex

#FFD872
(255,216,114)
0 Favorites   0 Comments

Color spaces of #ffd872

RGB 255216114
HSL0.121.000.72
HSV43°55°100°
CMYK 0.000.150.55   0.00
XYZ68.833171.586626.1093
Yxy71.58660.41330.4299
Hunter Lab84.6089-2.847840.9300
CIE-Lab87.76921.729254.6590

#ffd872 color RGB value is (255,216,114).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111111 11011000 01110010
Octal 377 330 162
Decimal 255 216 114
Hex FF D8 72

RGB Percentages of Color #ffd872

%43.59
%36.92
%19.49

CMYK Percentages of Color #ffd872

%0
%15
%55
%0

Triadic Colors of #ffd872

#ffd872 #72ffd8 #d872ff

Analogous Colors of #ffd872

#ffd872 #e0ff72 #ff9272

Monochromatic Colors of #ffd872

#ffd872

Complementary Color

#ffd872 #7299ff

#ffd872 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ffd872 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ffd872 Color CSS Codes

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

#ffd872 Text Font Color

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

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


#ffd872 Background Color

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

This div background color is #ffd872


#ffd872 Border Color

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

This div border color is #ffd872


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ffd872


Comments

No comments written yet.

Please login to write comment.