Color Hex Logo

#fdc28f Color Hex

#FDC28F
(253,194,143)
0 Favorites   0 Comments

Color spaces of #fdc28f

RGB 253194143
HSL0.080.960.78
HSV28°43°99°
CMYK 0.000.230.43   0.01
XYZ64.757761.449434.4344
Yxy61.44940.40310.3825
Hunter Lab78.389710.276928.8283
CIE-Lab82.619714.882833.7722

#fdc28f color RGB value is (253,194,143).

#fdc28f hex color red value is 253, green value is 194 and the blue value of its RGB is 143. Cylindrical-coordinate representations (also known as HSL) of color #fdc28f hue: 0.08 , saturation: 0.96 and the lightness value of fdc28f is 0.78.

The process color (four color CMYK) of #fdc28f color hex is 0.00, 0.23, 0.43, 0.01. Web safe color of #fdc28f is #ffcc99. Color #fdc28f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111101 11000010 10001111
Octal 375 302 217
Decimal 253 194 143
Hex FD C2 8F

RGB Percentages of Color #fdc28f

%42.88
%32.88
%24.24

CMYK Percentages of Color #fdc28f

%0
%23
%43
%1

Triadic Colors of #fdc28f

#fdc28f #8ffdc2 #c28ffd

Analogous Colors of #fdc28f

#fdc28f #fdf98f #fd8f93

Monochromatic Colors of #fdc28f

#fdc28f

Complementary Color

#fdc28f #8fcafd

#fdc28f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fdc28f Color Preview on White Background

Lorem ipsum dolor sit amet.

#fdc28f Color CSS Codes

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

#fdc28f Text Font Color

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

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


#fdc28f Background Color

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

This div background color is #fdc28f


#fdc28f Border Color

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

This div border color is #fdc28f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fdc28f

Related Colors


Comments

No comments written yet.

Please login to write comment.