Color Hex Logo

#ffb4be Color Hex

#FFB4BE
(255,180,190)
0 Favorites   0 Comments

Color spaces of #ffb4be

RGB 255180190
HSL0.981.000.85
HSV352°29°100°
CMYK 0.000.290.25   0.00
XYZ66.855557.620256.3133
Yxy57.62020.36980.3187
Hunter Lab75.908024.37399.1505
CIE-Lab80.527228.60305.8873

#ffb4be color RGB value is (255,180,190).

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

The process color (four color CMYK) of #ffb4be color hex is 0.00, 0.29, 0.25, 0.00. Web safe color of #ffb4be is #ffcccc. Color #ffb4be contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111111 10110100 10111110
Octal 377 264 276
Decimal 255 180 190
Hex FF B4 BE

RGB Percentages of Color #ffb4be

%40.80
%28.80
%30.40

CMYK Percentages of Color #ffb4be

%0
%29
%25
%0

Triadic Colors of #ffb4be

#ffb4be #beffb4 #b4beff

Analogous Colors of #ffb4be

#ffb4be #ffd0b4 #ffb4e4

Monochromatic Colors of #ffb4be

#ffb4be

Complementary Color

#ffb4be #b4fff5

#ffb4be Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ffb4be Color Preview on White Background

Lorem ipsum dolor sit amet.

#ffb4be Color CSS Codes

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

#ffb4be Text Font Color

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

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


#ffb4be Background Color

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

This div background color is #ffb4be


#ffb4be Border Color

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

This div border color is #ffb4be


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ffb4be

#ffb4be Color Palettes


Comments

No comments written yet.

Please login to write comment.