Color Hex Logo

#edbf95 Color Hex

#EDBF95
(237,191,149)
0 Favorites   0 Comments

Color spaces of #edbf95

RGB 237191149
HSL0.080.710.76
HSV29°37°93°
CMYK 0.000.190.37   0.07
XYZ58.980757.436136.4114
Yxy57.43610.38590.3758
Hunter Lab75.78666.290524.5650
CIE-Lab80.424310.853527.4275

#edbf95 color RGB value is (237,191,149).

#edbf95 hex color red value is 237, green value is 191 and the blue value of its RGB is 149. Cylindrical-coordinate representations (also known as HSL) of color #edbf95 hue: 0.08 , saturation: 0.71 and the lightness value of edbf95 is 0.76.

The process color (four color CMYK) of #edbf95 color hex is 0.00, 0.19, 0.37, 0.07. Web safe color of #edbf95 is #ffcc99. Color #edbf95 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101101 10111111 10010101
Octal 355 277 225
Decimal 237 191 149
Hex ED BF 95

RGB Percentages of Color #edbf95

%41.07
%33.10
%25.82

CMYK Percentages of Color #edbf95

%0
%19
%37
%7

Triadic Colors of #edbf95

#edbf95 #95edbf #bf95ed

Analogous Colors of #edbf95

#edbf95 #edeb95 #ed9597

Monochromatic Colors of #edbf95

#edbf95

Complementary Color

#edbf95 #95c3ed

#edbf95 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edbf95 Color Preview on White Background

Lorem ipsum dolor sit amet.

#edbf95 Color CSS Codes

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

#edbf95 Text Font Color

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

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


#edbf95 Background Color

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

This div background color is #edbf95


#edbf95 Border Color

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

This div border color is #edbf95


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edbf95


Comments

No comments written yet.

Please login to write comment.