Color Hex Logo

#f5beba Color Hex

#F5BEBA
(245,190,186)
0 Favorites   0 Comments

Color spaces of #f5beba

RGB 245190186
HSL0.010.750.85
HSV24°96°
CMYK 0.000.220.24   0.04
XYZ64.932659.784654.5716
Yxy59.78460.36220.3335
Hunter Lab77.320514.590712.2784
CIE-Lab81.721019.15269.6180

#f5beba color RGB value is (245,190,186).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110101 10111110 10111010
Octal 365 276 272
Decimal 245 190 186
Hex F5 BE BA

RGB Percentages of Color #f5beba

%39.45
%30.60
%29.95

CMYK Percentages of Color #f5beba

%0
%22
%24
%4

Triadic Colors of #f5beba

#f5beba #baf5be #bebaf5

Analogous Colors of #f5beba

#f5beba #f5dcba #f5bad4

Monochromatic Colors of #f5beba

#f5beba

Complementary Color

#f5beba #baf1f5

#f5beba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f5beba Color Preview on White Background

Lorem ipsum dolor sit amet.

#f5beba Color CSS Codes

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

#f5beba Text Font Color

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

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


#f5beba Background Color

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

This div background color is #f5beba


#f5beba Border Color

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

This div border color is #f5beba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f5beba


Comments

No comments written yet.

Please login to write comment.