Color Hex Logo

#ffbaea Color Hex

#FFBAEA
(255,186,234)
1 Favorites   0 Comments

Color spaces of #ffbaea

RGB 255186234
HSL0.881.000.86
HSV318°27°100°
CMYK 0.000.270.08   0.00
XYZ73.650262.318385.9888
Yxy62.31830.33180.2808
Hunter Lab78.941928.3862-9.3232
CIE-Lab83.082432.1700-14.0344

#ffbaea color RGB value is (255,186,234).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111111 10111010 11101010
Octal 377 272 352
Decimal 255 186 234
Hex FF BA EA

RGB Percentages of Color #ffbaea

%37.78
%27.56
%34.67

CMYK Percentages of Color #ffbaea

%0
%27
%8
%0

Triadic Colors of #ffbaea

#ffbaea #eaffba #baeaff

Analogous Colors of #ffbaea

#ffbaea #ffbac8 #f2baff

Monochromatic Colors of #ffbaea

#ffbaea

Complementary Color

#ffbaea #baffcf

#ffbaea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ffbaea Color Preview on White Background

Lorem ipsum dolor sit amet.

#ffbaea Color CSS Codes

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

#ffbaea Text Font Color

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

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


#ffbaea Background Color

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

This div background color is #ffbaea


#ffbaea Border Color

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

This div border color is #ffbaea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ffbaea

Related Colors


Comments

No comments written yet.

Please login to write comment.