Color Hex Logo

#ffbae4 Color Hex

#FFBAE4
(255,186,228)
0 Favorites   0 Comments

Color spaces of #ffbae4

RGB 255186228
HSL0.901.000.86
HSV323°27°100°
CMYK 0.000.270.11   0.00
XYZ72.802561.979281.5249
Yxy61.97920.33660.2865
Hunter Lab78.726927.2955-6.2884
CIE-Lab82.902431.1773-11.0888

#ffbae4 color RGB value is (255,186,228).

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

The process color (four color CMYK) of #ffbae4 color hex is 0.00, 0.27, 0.11, 0.00. Web safe color of #ffbae4 is #ffcccc. Color #ffbae4 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111111 10111010 11100100
Octal 377 272 344
Decimal 255 186 228
Hex FF BA E4

RGB Percentages of Color #ffbae4

%38.12
%27.80
%34.08

CMYK Percentages of Color #ffbae4

%0
%27
%11
%0

Triadic Colors of #ffbae4

#ffbae4 #e4ffba #bae4ff

Analogous Colors of #ffbae4

#ffbae4 #ffbac2 #f8baff

Monochromatic Colors of #ffbae4

#ffbae4

Complementary Color

#ffbae4 #baffd5

#ffbae4 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ffbae4 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ffbae4 Color CSS Codes

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

#ffbae4 Text Font Color

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

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


#ffbae4 Background Color

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

This div background color is #ffbae4


#ffbae4 Border Color

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

This div border color is #ffbae4


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ffbae4


Comments

No comments written yet.

Please login to write comment.