Color Hex Logo

#edb7ca Color Hex

#EDB7CA
(237,183,202)
0 Favorites   0 Comments

Color spaces of #edb7ca

RGB 237183202
HSL0.940.600.82
HSV339°23°93°
CMYK 0.000.230.15   0.07
XYZ62.519256.135863.4173
Yxy56.13580.34340.3083
Hunter Lab74.923817.83032.2622
CIE-Lab79.691022.3775-2.0396

#edb7ca color RGB value is (237,183,202).

#edb7ca hex color red value is 237, green value is 183 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #edb7ca hue: 0.94 , saturation: 0.60 and the lightness value of edb7ca is 0.82.

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 10110111 11001010
Octal 355 267 312
Decimal 237 183 202
Hex ED B7 CA

RGB Percentages of Color #edb7ca

%38.10
%29.42
%32.48

CMYK Percentages of Color #edb7ca

%0
%23
%15
%7

Triadic Colors of #edb7ca

#edb7ca #caedb7 #b7caed

Analogous Colors of #edb7ca

#edb7ca #edbfb7 #edb7e5

Monochromatic Colors of #edb7ca

#edb7ca

Complementary Color

#edb7ca #b7edda

#edb7ca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edb7ca Color Preview on White Background

Lorem ipsum dolor sit amet.

#edb7ca Color CSS Codes

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

#edb7ca Text Font Color

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

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


#edb7ca Background Color

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

This div background color is #edb7ca


#edb7ca Border Color

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

This div border color is #edb7ca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edb7ca


Comments

No comments written yet.

Please login to write comment.