Color Hex Logo

#ebbcf0 Color Hex

#EBBCF0
(235,188,240)
0 Favorites   0 Comments

Color spaces of #ebbcf0

RGB 235188240
HSL0.820.630.84
HSV294°22°94°
CMYK 0.020.220.00   0.06
XYZ67.972359.919990.4212
Yxy59.91990.31140.2745
Hunter Lab77.407921.2778-15.0718
CIE-Lab81.794625.6021-19.3780

#ebbcf0 color RGB value is (235,188,240).

#ebbcf0 hex color red value is 235, green value is 188 and the blue value of its RGB is 240. Cylindrical-coordinate representations (also known as HSL) of color #ebbcf0 hue: 0.82 , saturation: 0.63 and the lightness value of ebbcf0 is 0.84.

The process color (four color CMYK) of #ebbcf0 color hex is 0.02, 0.22, 0.00, 0.06. Web safe color of #ebbcf0 is #ffccff. Color #ebbcf0 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11101011 10111100 11110000
Octal 353 274 360
Decimal 235 188 240
Hex EB BC F0

RGB Percentages of Color #ebbcf0

%35.44
%28.36
%36.20

CMYK Percentages of Color #ebbcf0

%2
%22
%0
%6

Triadic Colors of #ebbcf0

#ebbcf0 #f0ebbc #bcf0eb

Analogous Colors of #ebbcf0

#ebbcf0 #f0bcdb #d1bcf0

Monochromatic Colors of #ebbcf0

#ebbcf0

Complementary Color

#ebbcf0 #c1f0bc

#ebbcf0 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ebbcf0 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ebbcf0 Color CSS Codes

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

#ebbcf0 Text Font Color

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

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


#ebbcf0 Background Color

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

This div background color is #ebbcf0


#ebbcf0 Border Color

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

This div border color is #ebbcf0


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ebbcf0


Comments

No comments written yet.

Please login to write comment.