Color Hex Logo

#ffbede Color Hex

#FFBEDE
(255,190,222)
1 Favorites   0 Comments

Color spaces of #ffbede

RGB 255190222
HSL0.921.000.87
HSV330°25°100°
CMYK 0.000.250.13   0.00
XYZ72.838363.360877.4981
Yxy63.36080.34080.2965
Hunter Lab79.599524.0391-2.0051
CIE-Lab83.631928.1079-6.7903

#ffbede color RGB value is (255,190,222).

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

The process color (four color CMYK) of #ffbede color hex is 0.00, 0.25, 0.13, 0.00. Web safe color of #ffbede is #ffcccc. Color #ffbede contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111111 10111110 11011110
Octal 377 276 336
Decimal 255 190 222
Hex FF BE DE

RGB Percentages of Color #ffbede

%38.23
%28.49
%33.28

CMYK Percentages of Color #ffbede

%0
%25
%13
%0

Triadic Colors of #ffbede

#ffbede #deffbe #bedeff

Analogous Colors of #ffbede

#ffbede #ffbfbe #ffbeff

Monochromatic Colors of #ffbede

#ffbede

Complementary Color

#ffbede #beffdf

#ffbede Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ffbede Color Preview on White Background

Lorem ipsum dolor sit amet.

#ffbede Color CSS Codes

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

#ffbede Text Font Color

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

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


#ffbede Background Color

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

This div background color is #ffbede


#ffbede Border Color

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

This div border color is #ffbede


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ffbede

Related Colors


Comments

No comments written yet.

Please login to write comment.