Color Hex Logo

#ebb3ce Color Hex

#EBB3CE
(235,179,206)
0 Favorites   0 Comments

Color spaces of #ebb3ce

RGB 235179206
HSL0.920.580.81
HSV331°24°92°
CMYK 0.000.240.12   0.08
XYZ61.521654.358665.6422
Yxy54.35860.33890.2995
Hunter Lab73.728319.9225-1.1776
CIE-Lab78.670424.4516-5.7302

#ebb3ce color RGB value is (235,179,206).

#ebb3ce hex color red value is 235, green value is 179 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #ebb3ce hue: 0.92 , saturation: 0.58 and the lightness value of ebb3ce is 0.81.

The process color (four color CMYK) of #ebb3ce color hex is 0.00, 0.24, 0.12, 0.08. Web safe color of #ebb3ce is #ffcccc. Color #ebb3ce contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101011 10110011 11001110
Octal 353 263 316
Decimal 235 179 206
Hex EB B3 CE

RGB Percentages of Color #ebb3ce

%37.90
%28.87
%33.23

CMYK Percentages of Color #ebb3ce

%0
%24
%12
%8

Triadic Colors of #ebb3ce

#ebb3ce #ceebb3 #b3ceeb

Analogous Colors of #ebb3ce

#ebb3ce #ebb4b3 #ebb3ea

Monochromatic Colors of #ebb3ce

#ebb3ce

Complementary Color

#ebb3ce #b3ebd0

#ebb3ce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ebb3ce Color Preview on White Background

Lorem ipsum dolor sit amet.

#ebb3ce Color CSS Codes

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

#ebb3ce Text Font Color

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

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


#ebb3ce Background Color

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

This div background color is #ebb3ce


#ebb3ce Border Color

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

This div border color is #ebb3ce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ebb3ce

#ebb3ce Color Palettes


Comments

No comments written yet.

Please login to write comment.