Color Hex Logo

#ffbeed Color Hex

#FFBEED
(255,190,237)
0 Favorites   0 Comments

Color spaces of #ffbeed

RGB 255190237
HSL0.881.000.87
HSV317°25°100°
CMYK 0.000.250.07   0.00
XYZ74.939564.201388.5631
Yxy64.20130.32910.2820
Hunter Lab80.125726.7264-9.4453
CIE-Lab84.070530.5754-14.1575

#ffbeed color RGB value is (255,190,237).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111111 10111110 11101101
Octal 377 276 355
Decimal 255 190 237
Hex FF BE ED

RGB Percentages of Color #ffbeed

%37.39
%27.86
%34.75

CMYK Percentages of Color #ffbeed

%0
%25
%7
%0

Triadic Colors of #ffbeed

#ffbeed #edffbe #beedff

Analogous Colors of #ffbeed

#ffbeed #ffbecd #f1beff

Monochromatic Colors of #ffbeed

#ffbeed

Complementary Color

#ffbeed #beffd0

#ffbeed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ffbeed Color Preview on White Background

Lorem ipsum dolor sit amet.

#ffbeed Color CSS Codes

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

#ffbeed Text Font Color

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

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


#ffbeed Background Color

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

This div background color is #ffbeed


#ffbeed Border Color

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

This div border color is #ffbeed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ffbeed

Related Colors


Comments

No comments written yet.

Please login to write comment.