Color Hex Logo

#ffb5eb Color Hex

#FFB5EB
(255,181,235)
0 Favorites   0 Comments

Color spaces of #ffb5eb

RGB 255181235
HSL0.881.000.85
HSV316°29°100°
CMYK 0.000.290.08   0.00
XYZ72.759360.305986.4026
Yxy60.30590.33150.2748
Hunter Lab77.656931.3430-11.6074
CIE-Lab82.004234.9582-16.1894

#ffb5eb color RGB value is (255,181,235).

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

The process color (four color CMYK) of #ffb5eb color hex is 0.00, 0.29, 0.08, 0.00. Web safe color of #ffb5eb is #ffccff. Color #ffb5eb contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111111 10110101 11101011
Octal 377 265 353
Decimal 255 181 235
Hex FF B5 EB

RGB Percentages of Color #ffb5eb

%38.00
%26.97
%35.02

CMYK Percentages of Color #ffb5eb

%0
%29
%8
%0

Triadic Colors of #ffb5eb

#ffb5eb #ebffb5 #b5ebff

Analogous Colors of #ffb5eb

#ffb5eb #ffb5c6 #eeb5ff

Monochromatic Colors of #ffb5eb

#ffb5eb

Complementary Color

#ffb5eb #b5ffc9

#ffb5eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ffb5eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#ffb5eb Color CSS Codes

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

#ffb5eb Text Font Color

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

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


#ffb5eb Background Color

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

This div background color is #ffb5eb


#ffb5eb Border Color

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

This div border color is #ffb5eb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ffb5eb

Related Colors


Comments

No comments written yet.

Please login to write comment.