Color Hex Logo

#ebe2bf Color Hex

#EBE2BF
(235,226,191)
0 Favorites   0 Comments

Color spaces of #ebe2bf

RGB 235226191
HSL0.130.520.84
HSV48°19°92°
CMYK 0.000.040.19   0.08
XYZ70.861375.816560.1895
Yxy75.81650.34250.3665
Hunter Lab87.0727-7.110719.9663
CIE-Lab89.7741-2.544918.2282

#ebe2bf color RGB value is (235,226,191).

#ebe2bf hex color red value is 235, green value is 226 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #ebe2bf hue: 0.13 , saturation: 0.52 and the lightness value of ebe2bf is 0.84.

The process color (four color CMYK) of #ebe2bf color hex is 0.00, 0.04, 0.19, 0.08. Web safe color of #ebe2bf is #ffcccc. Color #ebe2bf contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101011 11100010 10111111
Octal 353 342 277
Decimal 235 226 191
Hex EB E2 BF

RGB Percentages of Color #ebe2bf

%36.04
%34.66
%29.29

CMYK Percentages of Color #ebe2bf

%0
%4
%19
%8

Triadic Colors of #ebe2bf

#ebe2bf #bfebe2 #e2bfeb

Analogous Colors of #ebe2bf

#ebe2bf #deebbf #ebccbf

Monochromatic Colors of #ebe2bf

#ebe2bf

Complementary Color

#ebe2bf #bfc8eb

#ebe2bf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ebe2bf Color Preview on White Background

Lorem ipsum dolor sit amet.

#ebe2bf Color CSS Codes

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

#ebe2bf Text Font Color

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

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


#ebe2bf Background Color

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

This div background color is #ebe2bf


#ebe2bf Border Color

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

This div border color is #ebe2bf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ebe2bf


Comments

No comments written yet.

Please login to write comment.