Color Hex Logo

#fdb28a Color Hex

#FDB28A
(253,178,138)
0 Favorites   0 Comments

Color spaces of #fdb28a

RGB 253178138
HSL0.060.970.77
HSV21°45°99°
CMYK 0.000.300.45   0.01
XYZ61.015954.558431.3597
Yxy54.55840.41530.3713
Hunter Lab73.863718.190526.5323
CIE-Lab78.786222.764031.3455

#fdb28a color RGB value is (253,178,138).

#fdb28a hex color red value is 253, green value is 178 and the blue value of its RGB is 138. Cylindrical-coordinate representations (also known as HSL) of color #fdb28a hue: 0.06 , saturation: 0.97 and the lightness value of fdb28a is 0.77.

The process color (four color CMYK) of #fdb28a color hex is 0.00, 0.30, 0.45, 0.01. Web safe color of #fdb28a is #ff9999. Color #fdb28a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111101 10110010 10001010
Octal 375 262 212
Decimal 253 178 138
Hex FD B2 8A

RGB Percentages of Color #fdb28a

%44.46
%31.28
%24.25

CMYK Percentages of Color #fdb28a

%0
%30
%45
%1

Triadic Colors of #fdb28a

#fdb28a #8afdb2 #b28afd

Analogous Colors of #fdb28a

#fdb28a #fdec8a #fd8a9c

Monochromatic Colors of #fdb28a

#fdb28a

Complementary Color

#fdb28a #8ad5fd

#fdb28a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fdb28a Color Preview on White Background

Lorem ipsum dolor sit amet.

#fdb28a Color CSS Codes

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

#fdb28a Text Font Color

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

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


#fdb28a Background Color

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

This div background color is #fdb28a


#fdb28a Border Color

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

This div border color is #fdb28a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fdb28a


Comments

No comments written yet.

Please login to write comment.