Color Hex Logo

#ffe5ba Color Hex

#FFE5BA
(255,229,186)
0 Favorites   0 Comments

Color spaces of #ffe5ba

RGB 255229186
HSL0.101.000.86
HSV37°27°100°
CMYK 0.000.100.27   0.00
XYZ78.122280.843857.9413
Yxy80.84380.36020.3727
Hunter Lab89.9132-2.256124.7319
CIE-Lab92.06212.577324.2428

#ffe5ba color RGB value is (255,229,186).

#ffe5ba hex color red value is 255, green value is 229 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #ffe5ba hue: 0.10 , saturation: 1.00 and the lightness value of ffe5ba is 0.86.

The process color (four color CMYK) of #ffe5ba color hex is 0.00, 0.10, 0.27, 0.00. Web safe color of #ffe5ba is #ffcccc. Color #ffe5ba contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111111 11100101 10111010
Octal 377 345 272
Decimal 255 229 186
Hex FF E5 BA

RGB Percentages of Color #ffe5ba

%38.06
%34.18
%27.76

CMYK Percentages of Color #ffe5ba

%0
%10
%27
%0

Triadic Colors of #ffe5ba

#ffe5ba #baffe5 #e5baff

Analogous Colors of #ffe5ba

#ffe5ba #f7ffba #ffc3ba

Monochromatic Colors of #ffe5ba

#ffe5ba

Complementary Color

#ffe5ba #bad4ff

#ffe5ba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ffe5ba Color Preview on White Background

Lorem ipsum dolor sit amet.

#ffe5ba Color CSS Codes

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

#ffe5ba Text Font Color

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

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


#ffe5ba Background Color

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

This div background color is #ffe5ba


#ffe5ba Border Color

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

This div border color is #ffe5ba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ffe5ba


Comments

No comments written yet.

Please login to write comment.