Color Hex Logo

#f4bd8a Color Hex

#F4BD8A
(244,189,138)
1 Favorites   0 Comments

Color spaces of #f4bd8a

RGB 244189138
HSL0.080.830.75
HSV29°43°96°
CMYK 0.000.230.43   0.04
XYZ60.093357.463331.9690
Yxy57.46330.40190.3843
Hunter Lab75.80468.846128.0589
CIE-Lab80.439513.452833.3460

#f4bd8a color RGB value is (244,189,138).

#f4bd8a hex color red value is 244, green value is 189 and the blue value of its RGB is 138. Cylindrical-coordinate representations (also known as HSL) of color #f4bd8a hue: 0.08 , saturation: 0.83 and the lightness value of f4bd8a is 0.75.

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

Base Numbers

BaseRedGreenBlue
Binary 11110100 10111101 10001010
Octal 364 275 212
Decimal 244 189 138
Hex F4 BD 8A

RGB Percentages of Color #f4bd8a

%42.73
%33.10
%24.17

CMYK Percentages of Color #f4bd8a

%0
%23
%43
%4

Triadic Colors of #f4bd8a

#f4bd8a #8af4bd #bd8af4

Analogous Colors of #f4bd8a

#f4bd8a #f4f28a #f48a8c

Monochromatic Colors of #f4bd8a

#f4bd8a

Complementary Color

#f4bd8a #8ac1f4

#f4bd8a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f4bd8a Color Preview on White Background

Lorem ipsum dolor sit amet.

#f4bd8a Color CSS Codes

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

#f4bd8a Text Font Color

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

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


#f4bd8a Background Color

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

This div background color is #f4bd8a


#f4bd8a Border Color

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

This div border color is #f4bd8a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f4bd8a


Comments

No comments written yet.

Please login to write comment.