Color Hex Logo

#ffedbf Color Hex

#FFEDBF
(255,237,191)
0 Favorites   0 Comments

Color spaces of #ffedbf

RGB 255237191
HSL0.121.000.87
HSV43°25°100°
CMYK 0.000.070.25   0.00
XYZ80.928285.590061.5454
Yxy85.59000.35480.3753
Hunter Lab92.5149-5.756525.3178
CIE-Lab94.1368-0.823324.5267

#ffedbf color RGB value is (255,237,191).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111111 11101101 10111111
Octal 377 355 277
Decimal 255 237 191
Hex FF ED BF

RGB Percentages of Color #ffedbf

%37.34
%34.70
%27.96

CMYK Percentages of Color #ffedbf

%0
%7
%25
%0

Triadic Colors of #ffedbf

#ffedbf #bfffed #edbfff

Analogous Colors of #ffedbf

#ffedbf #f1ffbf #ffcdbf

Monochromatic Colors of #ffedbf

#ffedbf

Complementary Color

#ffedbf #bfd1ff

#ffedbf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ffedbf Color Preview on White Background

Lorem ipsum dolor sit amet.

#ffedbf Color CSS Codes

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

#ffedbf Text Font Color

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

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


#ffedbf Background Color

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

This div background color is #ffedbf


#ffedbf Border Color

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

This div border color is #ffedbf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ffedbf


Comments

No comments written yet.

Please login to write comment.