Color Hex Logo

#fda281 Color Hex

#FDA281
(253,162,129)
0 Favorites   0 Comments

Color spaces of #fda281

RGB 253162129
HSL0.040.970.75
HSV16°49°99°
CMYK 0.000.360.49   0.01
XYZ57.390848.308327.0685
Yxy48.30830.43230.3639
Hunter Lab69.504225.758225.5623
CIE-Lab75.019030.285131.1725

#fda281 color RGB value is (253,162,129).

#fda281 hex color red value is 253, green value is 162 and the blue value of its RGB is 129. Cylindrical-coordinate representations (also known as HSL) of color #fda281 hue: 0.04 , saturation: 0.97 and the lightness value of fda281 is 0.75.

The process color (four color CMYK) of #fda281 color hex is 0.00, 0.36, 0.49, 0.01. Web safe color of #fda281 is #ff9999. Color #fda281 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111101 10100010 10000001
Octal 375 242 201
Decimal 253 162 129
Hex FD A2 81

RGB Percentages of Color #fda281

%46.51
%29.78
%23.71

CMYK Percentages of Color #fda281

%0
%36
%49
%1

Triadic Colors of #fda281

#fda281 #81fda2 #a281fd

Analogous Colors of #fda281

#fda281 #fde081 #fd819e

Monochromatic Colors of #fda281

#fda281

Complementary Color

#fda281 #81dcfd

#fda281 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fda281 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fda281 Color CSS Codes

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

#fda281 Text Font Color

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

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


#fda281 Background Color

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

This div background color is #fda281


#fda281 Border Color

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

This div border color is #fda281


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fda281


Comments

No comments written yet.

Please login to write comment.