Color Hex Logo

#edbfbe Color Hex

#EDBFBE
(237,191,190)
0 Favorites   0 Comments

Color spaces of #edbfbe

RGB 237191190
HSL0.000.570.84
HSV20°93°
CMYK 0.000.190.20   0.07
XYZ62.850158.983856.7877
Yxy58.98380.35190.3302
Hunter Lab76.800911.67419.9208
CIE-Lab81.282716.28276.7403

#edbfbe color RGB value is (237,191,190).

#edbfbe hex color red value is 237, green value is 191 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #edbfbe hue: 0.00 , saturation: 0.57 and the lightness value of edbfbe is 0.84.

The process color (four color CMYK) of #edbfbe color hex is 0.00, 0.19, 0.20, 0.07. Web safe color of #edbfbe is #ffcccc. Color #edbfbe contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101101 10111111 10111110
Octal 355 277 276
Decimal 237 191 190
Hex ED BF BE

RGB Percentages of Color #edbfbe

%38.35
%30.91
%30.74

CMYK Percentages of Color #edbfbe

%0
%19
%20
%7

Triadic Colors of #edbfbe

#edbfbe #beedbf #bfbeed

Analogous Colors of #edbfbe

#edbfbe #edd7be #edbed5

Monochromatic Colors of #edbfbe

#edbfbe

Complementary Color

#edbfbe #beeced

#edbfbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edbfbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#edbfbe Color CSS Codes

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

#edbfbe Text Font Color

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

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


#edbfbe Background Color

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

This div background color is #edbfbe


#edbfbe Border Color

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

This div border color is #edbfbe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edbfbe


Comments

No comments written yet.

Please login to write comment.