Color Hex Logo

#ebcef6 Color Hex

#EBCEF6
(235,206,246)
0 Favorites   0 Comments

Color spaces of #ebcef6

RGB 235206246
HSL0.790.690.89
HSV284°16°96°
CMYK 0.040.160.00   0.04
XYZ72.966868.458696.5568
Yxy68.45860.30660.2877
Hunter Lab82.739712.6217-11.2733
CIE-Lab86.235217.1553-15.8811

#ebcef6 color RGB value is (235,206,246).

#ebcef6 hex color red value is 235, green value is 206 and the blue value of its RGB is 246. Cylindrical-coordinate representations (also known as HSL) of color #ebcef6 hue: 0.79 , saturation: 0.69 and the lightness value of ebcef6 is 0.89.

The process color (four color CMYK) of #ebcef6 color hex is 0.04, 0.16, 0.00, 0.04. Web safe color of #ebcef6 is #ffccff. Color #ebcef6 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11101011 11001110 11110110
Octal 353 316 366
Decimal 235 206 246
Hex EB CE F6

RGB Percentages of Color #ebcef6

%34.21
%29.99
%35.81

CMYK Percentages of Color #ebcef6

%4
%16
%0
%4

Triadic Colors of #ebcef6

#ebcef6 #f6ebce #cef6eb

Analogous Colors of #ebcef6

#ebcef6 #f6ceed #d7cef6

Monochromatic Colors of #ebcef6

#ebcef6

Complementary Color

#ebcef6 #d9f6ce

#ebcef6 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ebcef6 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ebcef6 Color CSS Codes

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

#ebcef6 Text Font Color

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

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


#ebcef6 Background Color

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

This div background color is #ebcef6


#ebcef6 Border Color

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

This div border color is #ebcef6


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ebcef6


Comments

No comments written yet.

Please login to write comment.