Color Hex Logo

#f5ecba Color Hex

#F5ECBA
(245,236,186)
0 Favorites   0 Comments

Color spaces of #f5ecba

RGB 245236186
HSL0.140.750.85
HSV51°24°96°
CMYK 0.000.040.24   0.04
XYZ76.514682.948658.4323
Yxy82.94860.35120.3807
Hunter Lab91.0761-9.422325.7142
CIE-Lab92.9919-4.665425.3893

#f5ecba color RGB value is (245,236,186).

#f5ecba hex color red value is 245, green value is 236 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #f5ecba hue: 0.14 , saturation: 0.75 and the lightness value of f5ecba is 0.85.

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

Base Numbers

BaseRedGreenBlue
Binary 11110101 11101100 10111010
Octal 365 354 272
Decimal 245 236 186
Hex F5 EC BA

RGB Percentages of Color #f5ecba

%36.73
%35.38
%27.89

CMYK Percentages of Color #f5ecba

%0
%4
%24
%4

Triadic Colors of #f5ecba

#f5ecba #baf5ec #ecbaf5

Analogous Colors of #f5ecba

#f5ecba #e1f5ba #f5cfba

Monochromatic Colors of #f5ecba

#f5ecba

Complementary Color

#f5ecba #bac3f5

#f5ecba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f5ecba Color Preview on White Background

Lorem ipsum dolor sit amet.

#f5ecba Color CSS Codes

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

#f5ecba Text Font Color

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

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


#f5ecba Background Color

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

This div background color is #f5ecba


#f5ecba Border Color

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

This div border color is #f5ecba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f5ecba

Related Colors


Comments

No comments written yet.

Please login to write comment.