Color Hex Logo

#ffd272 Color Hex

#FFD272
(255,210,114)
0 Favorites   0 Comments

Color spaces of #ffd272

RGB 255210114
HSL0.111.000.72
HSV41°55°100°
CMYK 0.000.180.55   0.00
XYZ67.323968.568125.6062
Yxy68.56810.41690.4246
Hunter Lab82.80590.216239.6297
CIE-Lab86.28974.800452.9114

#ffd272 color RGB value is (255,210,114).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111111 11010010 01110010
Octal 377 322 162
Decimal 255 210 114
Hex FF D2 72

RGB Percentages of Color #ffd272

%44.04
%36.27
%19.69

CMYK Percentages of Color #ffd272

%0
%18
%55
%0

Triadic Colors of #ffd272

#ffd272 #72ffd2 #d272ff

Analogous Colors of #ffd272

#ffd272 #e6ff72 #ff8c72

Monochromatic Colors of #ffd272

#ffd272

Complementary Color

#ffd272 #729fff

#ffd272 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ffd272 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ffd272 Color CSS Codes

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

#ffd272 Text Font Color

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

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


#ffd272 Background Color

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

This div background color is #ffd272


#ffd272 Border Color

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

This div border color is #ffd272


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ffd272

Related Colors

#ffd272 Color Palettes


Comments

No comments written yet.

Please login to write comment.