Color Hex Logo

#ebbeec Color Hex

#EBBEEC
(235,190,236)
0 Favorites   0 Comments

Color spaces of #ebbeec

RGB 235190236
HSL0.830.550.84
HSV299°19°93°
CMYK 0.000.190.00   0.07
XYZ67.814760.545287.4691
Yxy60.54520.31420.2805
Hunter Lab77.810819.3998-12.1818
CIE-Lab82.133623.7951-16.7250

#ebbeec color RGB value is (235,190,236).

#ebbeec hex color red value is 235, green value is 190 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #ebbeec hue: 0.83 , saturation: 0.55 and the lightness value of ebbeec is 0.84.

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

Base Numbers

BaseRedGreenBlue
Binary 11101011 10111110 11101100
Octal 353 276 354
Decimal 235 190 236
Hex EB BE EC

RGB Percentages of Color #ebbeec

%35.55
%28.74
%35.70

CMYK Percentages of Color #ebbeec

%0
%19
%0
%7

Triadic Colors of #ebbeec

#ebbeec #ecebbe #beeceb

Analogous Colors of #ebbeec

#ebbeec #ecbed6 #d4beec

Monochromatic Colors of #ebbeec

#ebbeec

Complementary Color

#ebbeec #bfecbe

#ebbeec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ebbeec Color Preview on White Background

Lorem ipsum dolor sit amet.

#ebbeec Color CSS Codes

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

#ebbeec Text Font Color

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

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


#ebbeec Background Color

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

This div background color is #ebbeec


#ebbeec Border Color

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

This div border color is #ebbeec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ebbeec


Comments

No comments written yet.

Please login to write comment.