Color Hex Logo

#f6eb70 Color Hex

#F6EB70
(246,235,112)
0 Favorites   0 Comments

Color spaces of #f6eb70

RGB 246235112
HSL0.150.880.70
HSV55°54°96°
CMYK 0.000.040.54   0.04
XYZ70.639080.179327.0823
Yxy80.17930.39710.4507
Hunter Lab89.5429-15.884244.7477
CIE-Lab91.7653-11.602260.0240

#f6eb70 color RGB value is (246,235,112).

#f6eb70 hex color red value is 246, green value is 235 and the blue value of its RGB is 112. Cylindrical-coordinate representations (also known as HSL) of color #f6eb70 hue: 0.15 , saturation: 0.88 and the lightness value of f6eb70 is 0.70.

The process color (four color CMYK) of #f6eb70 color hex is 0.00, 0.04, 0.54, 0.04. Web safe color of #f6eb70 is #ffff66. Color #f6eb70 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110110 11101011 01110000
Octal 366 353 160
Decimal 246 235 112
Hex F6 EB 70

RGB Percentages of Color #f6eb70

%41.48
%39.63
%18.89

CMYK Percentages of Color #f6eb70

%0
%4
%54
%4

Triadic Colors of #f6eb70

#f6eb70 #70f6eb #eb70f6

Analogous Colors of #f6eb70

#f6eb70 #bef670 #f6a870

Monochromatic Colors of #f6eb70

#f6eb70

Complementary Color

#f6eb70 #707bf6

#f6eb70 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f6eb70 Color Preview on White Background

Lorem ipsum dolor sit amet.

#f6eb70 Color CSS Codes

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

#f6eb70 Text Font Color

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

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


#f6eb70 Background Color

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

This div background color is #f6eb70


#f6eb70 Border Color

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

This div border color is #f6eb70


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(246,235,112, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #f6eb70; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #f6eb70;
  -webkit-box-shadow: 1px 1px 3px 2px #f6eb70;
  box-shadow:         1px 1px 3px 2px #f6eb70; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(246,235,112, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f6eb70


Comments

No comments written yet.

Please login to write comment.