Color Hex Logo

#edbcff Color Hex

#EDBCFF
(237,188,255)
0 Favorites   0 Comments

Color spaces of #edbcff

RGB 237188255
HSL0.791.000.87
HSV284°26°100°
CMYK 0.070.260.00   0.00
XYZ70.958361.1910102.6789
Yxy61.19100.30220.2606
Hunter Lab78.224725.0258-23.0677
CIE-Lab82.481329.0961-26.3315

#edbcff color RGB value is (237,188,255).

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

The process color (four color CMYK) of #edbcff color hex is 0.07, 0.26, 0.00, 0.00. Web safe color of #edbcff is #ffccff. Color #edbcff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11101101 10111100 11111111
Octal 355 274 377
Decimal 237 188 255
Hex ED BC FF

RGB Percentages of Color #edbcff

%34.85
%27.65
%37.50

CMYK Percentages of Color #edbcff

%7
%26
%0
%0

Triadic Colors of #edbcff

#edbcff #ffedbc #bcffed

Analogous Colors of #edbcff

#edbcff #ffbcf0 #ccbcff

Monochromatic Colors of #edbcff

#edbcff

Complementary Color

#edbcff #ceffbc

#edbcff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edbcff Color Preview on White Background

Lorem ipsum dolor sit amet.

#edbcff Color CSS Codes

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

#edbcff Text Font Color

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

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


#edbcff Background Color

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

This div background color is #edbcff


#edbcff Border Color

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

This div border color is #edbcff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edbcff

#edbcff Color Palettes


Comments

No comments written yet.

Please login to write comment.