Color Hex Logo

#ffbeb0 Color Hex

#FFBEB0
(255,190,176)
0 Favorites   0 Comments

Color spaces of #ffbeb0

RGB 255190176
HSL0.031.000.85
HSV11°31°100°
CMYK 0.000.250.31   0.00
XYZ67.489961.221549.3341
Yxy61.22150.37910.3439
Hunter Lab78.244217.038817.3877
CIE-Lab82.497721.511516.2114

#ffbeb0 color RGB value is (255,190,176).

#ffbeb0 hex color red value is 255, green value is 190 and the blue value of its RGB is 176. Cylindrical-coordinate representations (also known as HSL) of color #ffbeb0 hue: 0.03 , saturation: 1.00 and the lightness value of ffbeb0 is 0.85.

The process color (four color CMYK) of #ffbeb0 color hex is 0.00, 0.25, 0.31, 0.00. Web safe color of #ffbeb0 is #ffcc99. Color #ffbeb0 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111111 10111110 10110000
Octal 377 276 260
Decimal 255 190 176
Hex FF BE B0

RGB Percentages of Color #ffbeb0

%41.06
%30.60
%28.34

CMYK Percentages of Color #ffbeb0

%0
%25
%31
%0

Triadic Colors of #ffbeb0

#ffbeb0 #b0ffbe #beb0ff

Analogous Colors of #ffbeb0

#ffbeb0 #ffe6b0 #ffb0ca

Monochromatic Colors of #ffbeb0

#ffbeb0

Complementary Color

#ffbeb0 #b0f1ff

#ffbeb0 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ffbeb0 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ffbeb0 Color CSS Codes

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

#ffbeb0 Text Font Color

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

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


#ffbeb0 Background Color

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

This div background color is #ffbeb0


#ffbeb0 Border Color

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

This div border color is #ffbeb0


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ffbeb0


Comments

No comments written yet.

Please login to write comment.