Color Hex Logo

#fdd270 Color Hex

#FDD270
(253,210,112)
0 Favorites   0 Comments

Color spaces of #fdd270

RGB 253210112
HSL0.120.970.72
HSV42°56°99°
CMYK 0.000.170.56   0.01
XYZ66.479268.145724.9788
Yxy68.14570.41650.4270
Hunter Lab82.5504-0.714239.8448
CIE-Lab86.07933.835853.5651

#fdd270 color RGB value is (253,210,112).

#fdd270 hex color red value is 253, green value is 210 and the blue value of its RGB is 112. Cylindrical-coordinate representations (also known as HSL) of color #fdd270 hue: 0.12 , saturation: 0.97 and the lightness value of fdd270 is 0.72.

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

Base Numbers

BaseRedGreenBlue
Binary 11111101 11010010 01110000
Octal 375 322 160
Decimal 253 210 112
Hex FD D2 70

RGB Percentages of Color #fdd270

%44.00
%36.52
%19.48

CMYK Percentages of Color #fdd270

%0
%17
%56
%1

Triadic Colors of #fdd270

#fdd270 #70fdd2 #d270fd

Analogous Colors of #fdd270

#fdd270 #e2fd70 #fd8c70

Monochromatic Colors of #fdd270

#fdd270

Complementary Color

#fdd270 #709bfd

#fdd270 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fdd270 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fdd270 Color CSS Codes

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

#fdd270 Text Font Color

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

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


#fdd270 Background Color

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

This div background color is #fdd270


#fdd270 Border Color

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

This div border color is #fdd270


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(253,210,112, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fdd270

Related Colors

#fdd270 Color Palettes


Comments

No comments written yet.

Please login to write comment.