Color Hex Logo

#edb2cf Color Hex

#EDB2CF
(237,178,207)
0 Favorites   0 Comments

Color spaces of #edb2cf

RGB 237178207
HSL0.920.620.81
HSV331°25°93°
CMYK 0.000.250.13   0.07
XYZ62.107954.350366.2487
Yxy54.35030.33990.2975
Hunter Lab73.722721.3633-1.6734
CIE-Lab78.665625.8420-6.2573

#edb2cf color RGB value is (237,178,207).

#edb2cf hex color red value is 237, green value is 178 and the blue value of its RGB is 207. Cylindrical-coordinate representations (also known as HSL) of color #edb2cf hue: 0.92 , saturation: 0.62 and the lightness value of edb2cf is 0.81.

The process color (four color CMYK) of #edb2cf color hex is 0.00, 0.25, 0.13, 0.07. Web safe color of #edb2cf is #ff99cc. Color #edb2cf contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101101 10110010 11001111
Octal 355 262 317
Decimal 237 178 207
Hex ED B2 CF

RGB Percentages of Color #edb2cf

%38.10
%28.62
%33.28

CMYK Percentages of Color #edb2cf

%0
%25
%13
%7

Triadic Colors of #edb2cf

#edb2cf #cfedb2 #b2cfed

Analogous Colors of #edb2cf

#edb2cf #edb3b2 #edb2ed

Monochromatic Colors of #edb2cf

#edb2cf

Complementary Color

#edb2cf #b2edd0

#edb2cf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edb2cf Color Preview on White Background

Lorem ipsum dolor sit amet.

#edb2cf Color CSS Codes

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

#edb2cf Text Font Color

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

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


#edb2cf Background Color

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

This div background color is #edb2cf


#edb2cf Border Color

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

This div border color is #edb2cf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edb2cf


Comments

No comments written yet.

Please login to write comment.