Color Hex Logo

#edbed6 Color Hex

#EDBED6
(237,190,214)
0 Favorites   0 Comments

Color spaces of #edbed6

RGB 237190214
HSL0.910.570.84
HSV329°20°93°
CMYK 0.000.200.10   0.07
XYZ65.476159.686571.6880
Yxy59.68650.33260.3032
Hunter Lab77.257016.0807-0.9362
CIE-Lab81.667520.6083-5.5982

#edbed6 color RGB value is (237,190,214).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 10111110 11010110
Octal 355 276 326
Decimal 237 190 214
Hex ED BE D6

RGB Percentages of Color #edbed6

%36.97
%29.64
%33.39

CMYK Percentages of Color #edbed6

%0
%20
%10
%7

Triadic Colors of #edbed6

#edbed6 #d6edbe #bed6ed

Analogous Colors of #edbed6

#edbed6 #edbebf #edbeed

Monochromatic Colors of #edbed6

#edbed6

Complementary Color

#edbed6 #beedd5

#edbed6 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edbed6 Color Preview on White Background

Lorem ipsum dolor sit amet.

#edbed6 Color CSS Codes

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

#edbed6 Text Font Color

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

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


#edbed6 Background Color

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

This div background color is #edbed6


#edbed6 Border Color

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

This div border color is #edbed6


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edbed6


Comments

No comments written yet.

Please login to write comment.