Color Hex Logo

#edbeca Color Hex

#EDBECA
(237,190,202)
0 Favorites   0 Comments

Color spaces of #edbeca

RGB 237190202
HSL0.960.570.84
HSV345°20°93°
CMYK 0.000.200.15   0.07
XYZ63.999259.095763.9106
Yxy59.09570.34220.3160
Hunter Lab76.873714.07654.5196
CIE-Lab81.344218.65650.3787

#edbeca color RGB value is (237,190,202).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 10111110 11001010
Octal 355 276 312
Decimal 237 190 202
Hex ED BE CA

RGB Percentages of Color #edbeca

%37.68
%30.21
%32.11

CMYK Percentages of Color #edbeca

%0
%20
%15
%7

Triadic Colors of #edbeca

#edbeca #caedbe #becaed

Analogous Colors of #edbeca

#edbeca #edcabe #edbee2

Monochromatic Colors of #edbeca

#edbeca

Complementary Color

#edbeca #beede1

#edbeca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edbeca Color Preview on White Background

Lorem ipsum dolor sit amet.

#edbeca Color CSS Codes

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

#edbeca Text Font Color

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

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


#edbeca Background Color

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

This div background color is #edbeca


#edbeca Border Color

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

This div border color is #edbeca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edbeca


Comments

No comments written yet.

Please login to write comment.