Color Hex Logo

#ffbaeb Color Hex

#FFBAEB
(255,186,235)
0 Favorites   0 Comments

Color spaces of #ffbaeb

RGB 255186235
HSL0.881.000.86
HSV317°27°100°
CMYK 0.000.270.08   0.00
XYZ73.794362.376086.7476
Yxy62.37600.33100.2798
Hunter Lab78.978528.5709-9.8374
CIE-Lab83.113032.3375-14.5238

#ffbaeb color RGB value is (255,186,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111111 10111010 11101011
Octal 377 272 353
Decimal 255 186 235
Hex FF BA EB

RGB Percentages of Color #ffbaeb

%37.72
%27.51
%34.76

CMYK Percentages of Color #ffbaeb

%0
%27
%8
%0

Triadic Colors of #ffbaeb

#ffbaeb #ebffba #baebff

Analogous Colors of #ffbaeb

#ffbaeb #ffbac9 #f1baff

Monochromatic Colors of #ffbaeb

#ffbaeb

Complementary Color

#ffbaeb #baffce

#ffbaeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ffbaeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#ffbaeb Color CSS Codes

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

#ffbaeb Text Font Color

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

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


#ffbaeb Background Color

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

This div background color is #ffbaeb


#ffbaeb Border Color

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

This div border color is #ffbaeb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ffbaeb

#ffbaeb Color Palettes


Comments

No comments written yet.

Please login to write comment.