Color Hex Logo

#f2bf83 Color Hex

#F2BF83
(242,191,131)
0 Favorites   0 Comments

Color spaces of #f2bf83

RGB 242191131
HSL0.090.810.73
HSV32°46°95°
CMYK 0.000.210.46   0.05
XYZ59.345557.777529.4971
Yxy57.77750.40480.3941
Hunter Lab76.01156.342630.1999
CIE-Lab80.614910.909137.1669

#f2bf83 color RGB value is (242,191,131).

#f2bf83 hex color red value is 242, green value is 191 and the blue value of its RGB is 131. Cylindrical-coordinate representations (also known as HSL) of color #f2bf83 hue: 0.09 , saturation: 0.81 and the lightness value of f2bf83 is 0.73.

The process color (four color CMYK) of #f2bf83 color hex is 0.00, 0.21, 0.46, 0.05. Web safe color of #f2bf83 is #ffcc99. Color #f2bf83 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110010 10111111 10000011
Octal 362 277 203
Decimal 242 191 131
Hex F2 BF 83

RGB Percentages of Color #f2bf83

%42.91
%33.87
%23.23

CMYK Percentages of Color #f2bf83

%0
%21
%46
%5

Triadic Colors of #f2bf83

#f2bf83 #83f2bf #bf83f2

Analogous Colors of #f2bf83

#f2bf83 #eef283 #f28883

Monochromatic Colors of #f2bf83

#f2bf83

Complementary Color

#f2bf83 #83b6f2

#f2bf83 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f2bf83 Color Preview on White Background

Lorem ipsum dolor sit amet.

#f2bf83 Color CSS Codes

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

#f2bf83 Text Font Color

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

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


#f2bf83 Background Color

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

This div background color is #f2bf83


#f2bf83 Border Color

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

This div border color is #f2bf83


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(242,191,131, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #f2bf83; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #f2bf83;
  -webkit-box-shadow: 1px 1px 3px 2px #f2bf83;
  box-shadow:         1px 1px 3px 2px #f2bf83; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(242,191,131, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f2bf83


Comments

No comments written yet.

Please login to write comment.