Color Hex Logo

#edbcbf Color Hex

#EDBCBF
(237,188,191)
0 Favorites   0 Comments

Color spaces of #edbcbf

RGB 237188191
HSL0.990.580.83
HSV356°21°93°
CMYK 0.000.210.19   0.07
XYZ62.312257.732657.1495
Yxy57.73260.35170.3258
Hunter Lab75.982013.41808.5927
CIE-Lab80.589918.02265.2047

#edbcbf color RGB value is (237,188,191).

#edbcbf hex color red value is 237, green value is 188 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #edbcbf hue: 0.99 , saturation: 0.58 and the lightness value of edbcbf is 0.83.

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 10111100 10111111
Octal 355 274 277
Decimal 237 188 191
Hex ED BC BF

RGB Percentages of Color #edbcbf

%38.47
%30.52
%31.01

CMYK Percentages of Color #edbcbf

%0
%21
%19
%7

Triadic Colors of #edbcbf

#edbcbf #bfedbc #bcbfed

Analogous Colors of #edbcbf

#edbcbf #edd2bc #edbcd8

Monochromatic Colors of #edbcbf

#edbcbf

Complementary Color

#edbcbf #bcedea

#edbcbf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edbcbf Color Preview on White Background

Lorem ipsum dolor sit amet.

#edbcbf Color CSS Codes

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

#edbcbf Text Font Color

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

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


#edbcbf Background Color

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

This div background color is #edbcbf


#edbcbf Border Color

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

This div border color is #edbcbf


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(237,188,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 #edbcbf">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edbcbf


Comments

No comments written yet.

Please login to write comment.