Color Hex Logo

#ffedbb Color Hex

#FFEDBB
(255,237,187)
0 Favorites   0 Comments

Color spaces of #ffedbb

RGB 255237187
HSL0.121.000.87
HSV44°27°100°
CMYK 0.000.070.27   0.00
XYZ80.493885.416259.2582
Yxy85.41620.35750.3793
Hunter Lab92.4209-6.272326.6792
CIE-Lab94.0622-1.351226.4724

#ffedbb color RGB value is (255,237,187).

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

The process color (four color CMYK) of #ffedbb color hex is 0.00, 0.07, 0.27, 0.00. Web safe color of #ffedbb is #ffffcc. Color #ffedbb contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111111 11101101 10111011
Octal 377 355 273
Decimal 255 237 187
Hex FF ED BB

RGB Percentages of Color #ffedbb

%37.56
%34.90
%27.54

CMYK Percentages of Color #ffedbb

%0
%7
%27
%0

Triadic Colors of #ffedbb

#ffedbb #bbffed #edbbff

Analogous Colors of #ffedbb

#ffedbb #efffbb #ffcbbb

Monochromatic Colors of #ffedbb

#ffedbb

Complementary Color

#ffedbb #bbcdff

#ffedbb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ffedbb Color Preview on White Background

Lorem ipsum dolor sit amet.

#ffedbb Color CSS Codes

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

#ffedbb Text Font Color

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

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


#ffedbb Background Color

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

This div background color is #ffedbb


#ffedbb Border Color

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

This div border color is #ffedbb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ffedbb

Related Colors

#ffedbb Color Palettes


Comments

No comments written yet.

Please login to write comment.