Color Hex Logo

#f0d47b Color Hex

#F0D47B
(240,212,123)
0 Favorites   0 Comments

Color spaces of #f0d47b

RGB 240212123
HSL0.130.800.71
HSV46°49°94°
CMYK 0.000.120.49   0.06
XYZ63.053867.042328.3561
Yxy67.04230.39790.4231
Hunter Lab81.8794-5.829336.7825
CIE-Lab85.5253-1.534347.3237

#f0d47b color RGB value is (240,212,123).

#f0d47b hex color red value is 240, green value is 212 and the blue value of its RGB is 123. Cylindrical-coordinate representations (also known as HSL) of color #f0d47b hue: 0.13 , saturation: 0.80 and the lightness value of f0d47b is 0.71.

The process color (four color CMYK) of #f0d47b color hex is 0.00, 0.12, 0.49, 0.06. Web safe color of #f0d47b is #ffcc66. Color #f0d47b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110000 11010100 01111011
Octal 360 324 173
Decimal 240 212 123
Hex F0 D4 7B

RGB Percentages of Color #f0d47b

%41.74
%36.87
%21.39

CMYK Percentages of Color #f0d47b

%0
%12
%49
%6

Triadic Colors of #f0d47b

#f0d47b #7bf0d4 #d47bf0

Analogous Colors of #f0d47b

#f0d47b #d2f07b #f09a7b

Monochromatic Colors of #f0d47b

#f0d47b

Complementary Color

#f0d47b #7b97f0

#f0d47b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f0d47b Color Preview on White Background

Lorem ipsum dolor sit amet.

#f0d47b Color CSS Codes

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

#f0d47b Text Font Color

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

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


#f0d47b Background Color

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

This div background color is #f0d47b


#f0d47b Border Color

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

This div border color is #f0d47b


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(240,212,123, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f0d47b

#f0d47b Color Palettes


Comments

No comments written yet.

Please login to write comment.