Color Hex Logo

#ffedb1 Color Hex

#FFEDB1
(255,237,177)
0 Favorites   0 Comments

Color spaces of #ffedb1

RGB 255237177
HSL0.131.000.85
HSV46°31°100°
CMYK 0.000.070.31   0.00
XYZ79.460085.002753.8141
Yxy85.00270.36400.3894
Hunter Lab92.1969-7.504229.9311
CIE-Lab93.8843-2.618431.3277

#ffedb1 color RGB value is (255,237,177).

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

The process color (four color CMYK) of #ffedb1 color hex is 0.00, 0.07, 0.31, 0.00. Web safe color of #ffedb1 is #ffff99. Color #ffedb1 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111111 11101101 10110001
Octal 377 355 261
Decimal 255 237 177
Hex FF ED B1

RGB Percentages of Color #ffedb1

%38.12
%35.43
%26.46

CMYK Percentages of Color #ffedb1

%0
%7
%31
%0

Triadic Colors of #ffedb1

#ffedb1 #b1ffed #edb1ff

Analogous Colors of #ffedb1

#ffedb1 #eaffb1 #ffc6b1

Monochromatic Colors of #ffedb1

#ffedb1

Complementary Color

#ffedb1 #b1c3ff

#ffedb1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ffedb1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ffedb1 Color CSS Codes

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

#ffedb1 Text Font Color

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

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


#ffedb1 Background Color

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

This div background color is #ffedb1


#ffedb1 Border Color

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

This div border color is #ffedb1


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ffedb1

Related Colors


Comments

No comments written yet.

Please login to write comment.