Color Hex Logo

#ebcef8 Color Hex

#EBCEF8
(235,206,248)
0 Favorites   0 Comments

Color spaces of #ebcef8

RGB 235206248
HSL0.780.750.89
HSV281°17°97°
CMYK 0.050.170.00   0.03
XYZ73.275568.582198.1826
Yxy68.58210.30530.2857
Hunter Lab82.814313.0148-12.3227
CIE-Lab86.296717.5352-16.8476

#ebcef8 color RGB value is (235,206,248).

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

The process color (four color CMYK) of #ebcef8 color hex is 0.05, 0.17, 0.00, 0.03. Web safe color of #ebcef8 is #ffccff. Color #ebcef8 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11101011 11001110 11111000
Octal 353 316 370
Decimal 235 206 248
Hex EB CE F8

RGB Percentages of Color #ebcef8

%34.11
%29.90
%35.99

CMYK Percentages of Color #ebcef8

%5
%17
%0
%3

Triadic Colors of #ebcef8

#ebcef8 #f8ebce #cef8eb

Analogous Colors of #ebcef8

#ebcef8 #f8cef0 #d6cef8

Monochromatic Colors of #ebcef8

#ebcef8

Complementary Color

#ebcef8 #dbf8ce

#ebcef8 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ebcef8 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ebcef8 Color CSS Codes

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

#ebcef8 Text Font Color

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

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


#ebcef8 Background Color

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

This div background color is #ebcef8


#ebcef8 Border Color

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

This div border color is #ebcef8


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ebcef8


Comments

No comments written yet.

Please login to write comment.