Color Hex Logo

#f0bd81 Color Hex

#F0BD81
(240,189,129)
0 Favorites   0 Comments

Color spaces of #f0bd81

RGB 240189129
HSL0.090.790.72
HSV32°46°94°
CMYK 0.000.210.46   0.06
XYZ58.095256.505428.6136
Yxy56.50540.40570.3946
Hunter Lab75.17016.406130.0502
CIE-Lab79.900610.965637.2404

#f0bd81 color RGB value is (240,189,129).

#f0bd81 hex color red value is 240, green value is 189 and the blue value of its RGB is 129. Cylindrical-coordinate representations (also known as HSL) of color #f0bd81 hue: 0.09 , saturation: 0.79 and the lightness value of f0bd81 is 0.72.

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

Base Numbers

BaseRedGreenBlue
Binary 11110000 10111101 10000001
Octal 360 275 201
Decimal 240 189 129
Hex F0 BD 81

RGB Percentages of Color #f0bd81

%43.01
%33.87
%23.12

CMYK Percentages of Color #f0bd81

%0
%21
%46
%6

Triadic Colors of #f0bd81

#f0bd81 #81f0bd #bd81f0

Analogous Colors of #f0bd81

#f0bd81 #ecf081 #f08681

Monochromatic Colors of #f0bd81

#f0bd81

Complementary Color

#f0bd81 #81b4f0

#f0bd81 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f0bd81 Color Preview on White Background

Lorem ipsum dolor sit amet.

#f0bd81 Color CSS Codes

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

#f0bd81 Text Font Color

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

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


#f0bd81 Background Color

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

This div background color is #f0bd81


#f0bd81 Border Color

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

This div border color is #f0bd81


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f0bd81


Comments

No comments written yet.

Please login to write comment.