Color Hex Logo

#ebcbe3 Color Hex

#EBCBE3
(235,203,227)
0 Favorites   0 Comments

Color spaces of #ebcbe3

RGB 235203227
HSL0.880.440.86
HSV315°14°92°
CMYK 0.000.140.03   0.08
XYZ69.482065.920181.7348
Yxy65.92010.32000.3036
Hunter Lab81.191210.6726-2.8531
CIE-Lab84.955615.2632-7.7044

#ebcbe3 color RGB value is (235,203,227).

#ebcbe3 hex color red value is 235, green value is 203 and the blue value of its RGB is 227. Cylindrical-coordinate representations (also known as HSL) of color #ebcbe3 hue: 0.88 , saturation: 0.44 and the lightness value of ebcbe3 is 0.86.

The process color (four color CMYK) of #ebcbe3 color hex is 0.00, 0.14, 0.03, 0.08. Web safe color of #ebcbe3 is #ffcccc. Color #ebcbe3 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101011 11001011 11100011
Octal 353 313 343
Decimal 235 203 227
Hex EB CB E3

RGB Percentages of Color #ebcbe3

%35.34
%30.53
%34.14

CMYK Percentages of Color #ebcbe3

%0
%14
%3
%8

Triadic Colors of #ebcbe3

#ebcbe3 #e3ebcb #cbe3eb

Analogous Colors of #ebcbe3

#ebcbe3 #ebcbd3 #e3cbeb

Monochromatic Colors of #ebcbe3

#ebcbe3

Complementary Color

#ebcbe3 #cbebd3

#ebcbe3 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ebcbe3 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ebcbe3 Color CSS Codes

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

#ebcbe3 Text Font Color

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

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


#ebcbe3 Background Color

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

This div background color is #ebcbe3


#ebcbe3 Border Color

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

This div border color is #ebcbe3


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ebcbe3


Comments

No comments written yet.

Please login to write comment.