Color Hex Logo

#fff06b Color Hex

#FFF06B
(255,240,107)
1 Favorites   0 Comments

Color spaces of #fff06b

RGB 255240107
HSL0.151.000.71
HSV54°58°100°
CMYK 0.000.060.58   0.00
XYZ75.053984.641726.2916
Yxy84.64170.40350.4551
Hunter Lab92.0009-15.382247.4570
CIE-Lab93.7285-10.819164.6451

#fff06b color RGB value is (255,240,107).

#fff06b hex color red value is 255, green value is 240 and the blue value of its RGB is 107. Cylindrical-coordinate representations (also known as HSL) of color #fff06b hue: 0.15 , saturation: 1.00 and the lightness value of fff06b is 0.71.

The process color (four color CMYK) of #fff06b color hex is 0.00, 0.06, 0.58, 0.00. Web safe color of #fff06b is #ffff66. Color #fff06b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111111 11110000 01101011
Octal 377 360 153
Decimal 255 240 107
Hex FF F0 6B

RGB Percentages of Color #fff06b

%42.36
%39.87
%17.77

CMYK Percentages of Color #fff06b

%0
%6
%58
%0

Triadic Colors of #fff06b

#fff06b #6bfff0 #f06bff

Analogous Colors of #fff06b

#fff06b #c4ff6b #ffa66b

Monochromatic Colors of #fff06b

#fff06b

Complementary Color

#fff06b #6b7aff

#fff06b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fff06b Color Preview on White Background

Lorem ipsum dolor sit amet.

#fff06b Color CSS Codes

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

#fff06b Text Font Color

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

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


#fff06b Background Color

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

This div background color is #fff06b


#fff06b Border Color

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

This div border color is #fff06b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fff06b

Related Colors


Comments

No comments written yet.

Please login to write comment.