Color Hex Logo

#edbfcb Color Hex

#EDBFCB
(237,191,203)
0 Favorites   0 Comments

Color spaces of #edbfcb

RGB 237191203
HSL0.960.560.84
HSV344°19°93°
CMYK 0.000.190.14   0.07
XYZ64.335359.577964.6088
Yxy59.57790.34130.3160
Hunter Lab77.186713.70344.4023
CIE-Lab81.608218.28410.2264

#edbfcb color RGB value is (237,191,203).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 10111111 11001011
Octal 355 277 313
Decimal 237 191 203
Hex ED BF CB

RGB Percentages of Color #edbfcb

%37.56
%30.27
%32.17

CMYK Percentages of Color #edbfcb

%0
%19
%14
%7

Triadic Colors of #edbfcb

#edbfcb #cbedbf #bfcbed

Analogous Colors of #edbfcb

#edbfcb #edcabf #edbfe2

Monochromatic Colors of #edbfcb

#edbfcb

Complementary Color

#edbfcb #bfede1

#edbfcb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edbfcb Color Preview on White Background

Lorem ipsum dolor sit amet.

#edbfcb Color CSS Codes

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

#edbfcb Text Font Color

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

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


#edbfcb Background Color

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

This div background color is #edbfcb


#edbfcb Border Color

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

This div border color is #edbfcb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edbfcb


Comments

No comments written yet.

Please login to write comment.