Color Hex Logo

#ffbee6 Color Hex

#FFBEE6
(255,190,230)
0 Favorites   0 Comments

Color spaces of #ffbee6

RGB 255190230
HSL0.901.000.87
HSV323°25°100°
CMYK 0.000.250.10   0.00
XYZ73.936463.800183.2807
Yxy63.80010.33450.2887
Hunter Lab79.875025.4476-5.9056
CIE-Lab83.861629.4056-10.7295

#ffbee6 color RGB value is (255,190,230).

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

The process color (four color CMYK) of #ffbee6 color hex is 0.00, 0.25, 0.10, 0.00. Web safe color of #ffbee6 is #ffccff. Color #ffbee6 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111111 10111110 11100110
Octal 377 276 346
Decimal 255 190 230
Hex FF BE E6

RGB Percentages of Color #ffbee6

%37.78
%28.15
%34.07

CMYK Percentages of Color #ffbee6

%0
%25
%10
%0

Triadic Colors of #ffbee6

#ffbee6 #e6ffbe #bee6ff

Analogous Colors of #ffbee6

#ffbee6 #ffbec6 #f8beff

Monochromatic Colors of #ffbee6

#ffbee6

Complementary Color

#ffbee6 #beffd7

#ffbee6 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ffbee6 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ffbee6 Color CSS Codes

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

#ffbee6 Text Font Color

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

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


#ffbee6 Background Color

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

This div background color is #ffbee6


#ffbee6 Border Color

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

This div border color is #ffbee6


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ffbee6


Comments

No comments written yet.

Please login to write comment.