Color Hex Logo

#ebacbc Color Hex

#EBACBC
(235,172,188)
0 Favorites   0 Comments

Color spaces of #ebacbc

RGB 235172188
HSL0.960.610.80
HSV345°27°92°
CMYK 0.000.270.20   0.08
XYZ58.090650.798154.3203
Yxy50.79810.35590.3112
Hunter Lab71.272820.75834.7033
CIE-Lab76.556525.36840.9580

#ebacbc color RGB value is (235,172,188).

#ebacbc hex color red value is 235, green value is 172 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #ebacbc hue: 0.96 , saturation: 0.61 and the lightness value of ebacbc is 0.80.

The process color (four color CMYK) of #ebacbc color hex is 0.00, 0.27, 0.20, 0.08. Web safe color of #ebacbc is #ff99cc. Color #ebacbc contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101011 10101100 10111100
Octal 353 254 274
Decimal 235 172 188
Hex EB AC BC

RGB Percentages of Color #ebacbc

%39.50
%28.91
%31.60

CMYK Percentages of Color #ebacbc

%0
%27
%20
%8

Triadic Colors of #ebacbc

#ebacbc #bcebac #acbceb

Analogous Colors of #ebacbc

#ebacbc #ebbcac #ebacdc

Monochromatic Colors of #ebacbc

#ebacbc

Complementary Color

#ebacbc #acebdb

#ebacbc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ebacbc Color Preview on White Background

Lorem ipsum dolor sit amet.

#ebacbc Color CSS Codes

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

#ebacbc Text Font Color

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

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


#ebacbc Background Color

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

This div background color is #ebacbc


#ebacbc Border Color

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

This div border color is #ebacbc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ebacbc


Comments

No comments written yet.

Please login to write comment.