Color Hex Logo

#edbcf7 Color Hex

#EDBCF7
(237,188,247)
0 Favorites   0 Comments

Color spaces of #edbcf7

RGB 237188247
HSL0.810.790.85
HSV290°24°97°
CMYK 0.040.240.00   0.03
XYZ69.696860.686496.0359
Yxy60.68640.30780.2680
Hunter Lab77.901523.3726-18.5609
CIE-Lab82.209927.5621-22.4753

#edbcf7 color RGB value is (237,188,247).

#edbcf7 hex color red value is 237, green value is 188 and the blue value of its RGB is 247. Cylindrical-coordinate representations (also known as HSL) of color #edbcf7 hue: 0.81 , saturation: 0.79 and the lightness value of edbcf7 is 0.85.

The process color (four color CMYK) of #edbcf7 color hex is 0.04, 0.24, 0.00, 0.03. Web safe color of #edbcf7 is #ffccff. Color #edbcf7 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11101101 10111100 11110111
Octal 355 274 367
Decimal 237 188 247
Hex ED BC F7

RGB Percentages of Color #edbcf7

%35.27
%27.98
%36.76

CMYK Percentages of Color #edbcf7

%4
%24
%0
%3

Triadic Colors of #edbcf7

#edbcf7 #f7edbc #bcf7ed

Analogous Colors of #edbcf7

#edbcf7 #f7bce4 #d0bcf7

Monochromatic Colors of #edbcf7

#edbcf7

Complementary Color

#edbcf7 #c6f7bc

#edbcf7 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edbcf7 Color Preview on White Background

Lorem ipsum dolor sit amet.

#edbcf7 Color CSS Codes

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

#edbcf7 Text Font Color

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

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


#edbcf7 Background Color

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

This div background color is #edbcf7


#edbcf7 Border Color

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

This div border color is #edbcf7


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edbcf7


Comments

No comments written yet.

Please login to write comment.