Color Hex Logo

#f2ebbf Color Hex

#F2EBBF
(242,235,191)
0 Favorites   0 Comments

Color spaces of #f2ebbf

RGB 242235191
HSL0.140.660.85
HSV52°21°95°
CMYK 0.000.030.21   0.05
XYZ75.730382.055561.1371
Yxy82.05550.34590.3748
Hunter Lab90.5845-9.293623.3933
CIE-Lab92.5993-4.567922.2424

#f2ebbf color RGB value is (242,235,191).

#f2ebbf hex color red value is 242, green value is 235 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #f2ebbf hue: 0.14 , saturation: 0.66 and the lightness value of f2ebbf is 0.85.

The process color (four color CMYK) of #f2ebbf color hex is 0.00, 0.03, 0.21, 0.05. Web safe color of #f2ebbf is #ffffcc. Color #f2ebbf contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110010 11101011 10111111
Octal 362 353 277
Decimal 242 235 191
Hex F2 EB BF

RGB Percentages of Color #f2ebbf

%36.23
%35.18
%28.59

CMYK Percentages of Color #f2ebbf

%0
%3
%21
%5

Triadic Colors of #f2ebbf

#f2ebbf #bff2eb #ebbff2

Analogous Colors of #f2ebbf

#f2ebbf #e0f2bf #f2d2bf

Monochromatic Colors of #f2ebbf

#f2ebbf

Complementary Color

#f2ebbf #bfc6f2

#f2ebbf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f2ebbf Color Preview on White Background

Lorem ipsum dolor sit amet.

#f2ebbf Color CSS Codes

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

#f2ebbf Text Font Color

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

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


#f2ebbf Background Color

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

This div background color is #f2ebbf


#f2ebbf Border Color

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

This div border color is #f2ebbf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f2ebbf


Comments

No comments written yet.

Please login to write comment.