Color Hex Logo

#ffd472 Color Hex

#FFD472
(255,212,114)
0 Favorites   0 Comments

Color spaces of #ffd472

RGB 255212114
HSL0.121.000.72
HSV42°55°100°
CMYK 0.000.170.55   0.00
XYZ67.820769.561925.7718
Yxy69.56190.41570.4264
Hunter Lab83.4038-0.807440.0620
CIE-Lab86.78153.774253.4938

#ffd472 color RGB value is (255,212,114).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111111 11010100 01110010
Octal 377 324 162
Decimal 255 212 114
Hex FF D4 72

RGB Percentages of Color #ffd472

%43.89
%36.49
%19.62

CMYK Percentages of Color #ffd472

%0
%17
%55
%0

Triadic Colors of #ffd472

#ffd472 #72ffd4 #d472ff

Analogous Colors of #ffd472

#ffd472 #e4ff72 #ff8e72

Monochromatic Colors of #ffd472

#ffd472

Complementary Color

#ffd472 #729dff

#ffd472 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ffd472 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ffd472 Color CSS Codes

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

#ffd472 Text Font Color

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

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


#ffd472 Background Color

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

This div background color is #ffd472


#ffd472 Border Color

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

This div border color is #ffd472


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ffd472

Related Colors


Comments

No comments written yet.

Please login to write comment.