Color Hex Logo

#f6edbf Color Hex

#F6EDBF
(246,237,191)
0 Favorites   0 Comments

Color spaces of #f6edbf

RGB 246237191
HSL0.140.750.86
HSV50°22°96°
CMYK 0.000.040.22   0.04
XYZ77.694283.922861.3940
Yxy83.92280.34840.3763
Hunter Lab91.6094-8.930024.3921
CIE-Lab93.4170-4.119323.4213

#f6edbf color RGB value is (246,237,191).

#f6edbf hex color red value is 246, green value is 237 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #f6edbf hue: 0.14 , saturation: 0.75 and the lightness value of f6edbf is 0.86.

The process color (four color CMYK) of #f6edbf color hex is 0.00, 0.04, 0.22, 0.04. Web safe color of #f6edbf is #ffffcc. Color #f6edbf contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110110 11101101 10111111
Octal 366 355 277
Decimal 246 237 191
Hex F6 ED BF

RGB Percentages of Color #f6edbf

%36.50
%35.16
%28.34

CMYK Percentages of Color #f6edbf

%0
%4
%22
%4

Triadic Colors of #f6edbf

#f6edbf #bff6ed #edbff6

Analogous Colors of #f6edbf

#f6edbf #e4f6bf #f6d2bf

Monochromatic Colors of #f6edbf

#f6edbf

Complementary Color

#f6edbf #bfc8f6

#f6edbf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f6edbf Color Preview on White Background

Lorem ipsum dolor sit amet.

#f6edbf Color CSS Codes

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

#f6edbf Text Font Color

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

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


#f6edbf Background Color

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

This div background color is #f6edbf


#f6edbf Border Color

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

This div border color is #f6edbf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f6edbf


Comments

No comments written yet.

Please login to write comment.