Color Hex Logo

#f5edba Color Hex

#F5EDBA
(245,237,186)
0 Favorites   0 Comments

Color spaces of #f5edba

RGB 245237186
HSL0.140.750.85
HSV52°24°96°
CMYK 0.000.030.24   0.04
XYZ76.803383.526058.5285
Yxy83.52600.35090.3816
Hunter Lab91.3926-9.931526.0050
CIE-Lab93.2442-5.168625.7352

#f5edba color RGB value is (245,237,186).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110101 11101101 10111010
Octal 365 355 272
Decimal 245 237 186
Hex F5 ED BA

RGB Percentages of Color #f5edba

%36.68
%35.48
%27.84

CMYK Percentages of Color #f5edba

%0
%3
%24
%4

Triadic Colors of #f5edba

#f5edba #baf5ed #edbaf5

Analogous Colors of #f5edba

#f5edba #e0f5ba #f5d0ba

Monochromatic Colors of #f5edba

#f5edba

Complementary Color

#f5edba #bac2f5

#f5edba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f5edba Color Preview on White Background

Lorem ipsum dolor sit amet.

#f5edba Color CSS Codes

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

#f5edba Text Font Color

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

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


#f5edba Background Color

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

This div background color is #f5edba


#f5edba Border Color

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

This div border color is #f5edba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f5edba


Comments

No comments written yet.

Please login to write comment.