Color Hex Logo

#ffbed0 Color Hex

#FFBED0
(255,190,208)
0 Favorites   0 Comments

Color spaces of #ffbed0

RGB 255190208
HSL0.951.000.87
HSV343°25°100°
CMYK 0.000.250.18   0.00
XYZ71.038662.641068.0213
Yxy62.64100.35220.3106
Hunter Lab79.146121.70944.4460
CIE-Lab83.253125.94040.1541

#ffbed0 color RGB value is (255,190,208).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111111 10111110 11010000
Octal 377 276 320
Decimal 255 190 208
Hex FF BE D0

RGB Percentages of Color #ffbed0

%39.05
%29.10
%31.85

CMYK Percentages of Color #ffbed0

%0
%25
%18
%0

Triadic Colors of #ffbed0

#ffbed0 #d0ffbe #bed0ff

Analogous Colors of #ffbed0

#ffbed0 #ffcdbe #ffbef1

Monochromatic Colors of #ffbed0

#ffbed0

Complementary Color

#ffbed0 #beffed

#ffbed0 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ffbed0 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ffbed0 Color CSS Codes

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

#ffbed0 Text Font Color

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

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


#ffbed0 Background Color

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

This div background color is #ffbed0


#ffbed0 Border Color

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

This div border color is #ffbed0


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ffbed0

#ffbed0 Color Palettes


Comments

No comments written yet.

Please login to write comment.