Color Hex Logo

#ebbfcd Color Hex

#EBBFCD
(235,191,205)
0 Favorites   0 Comments

Color spaces of #ebbfcd

RGB 235191205
HSL0.950.520.84
HSV341°19°92°
CMYK 0.000.190.13   0.08
XYZ63.911259.331565.8413
Yxy59.33150.33800.3138
Hunter Lab77.026913.30883.2388
CIE-Lab81.473517.8982-1.0679

#ebbfcd color RGB value is (235,191,205).

#ebbfcd hex color red value is 235, green value is 191 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #ebbfcd hue: 0.95 , saturation: 0.52 and the lightness value of ebbfcd is 0.84.

The process color (four color CMYK) of #ebbfcd color hex is 0.00, 0.19, 0.13, 0.08. Web safe color of #ebbfcd is #ffcccc. Color #ebbfcd contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101011 10111111 11001101
Octal 353 277 315
Decimal 235 191 205
Hex EB BF CD

RGB Percentages of Color #ebbfcd

%37.24
%30.27
%32.49

CMYK Percentages of Color #ebbfcd

%0
%19
%13
%8

Triadic Colors of #ebbfcd

#ebbfcd #cdebbf #bfcdeb

Analogous Colors of #ebbfcd

#ebbfcd #ebc7bf #ebbfe3

Monochromatic Colors of #ebbfcd

#ebbfcd

Complementary Color

#ebbfcd #bfebdd

#ebbfcd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ebbfcd Color Preview on White Background

Lorem ipsum dolor sit amet.

#ebbfcd Color CSS Codes

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

#ebbfcd Text Font Color

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

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


#ebbfcd Background Color

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

This div background color is #ebbfcd


#ebbfcd Border Color

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

This div border color is #ebbfcd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ebbfcd


Comments

No comments written yet.

Please login to write comment.