Color Hex Logo

#ebcff8 Color Hex

#EBCFF8
(235,207,248)
0 Favorites   0 Comments

Color spaces of #ebcff8

RGB 235207248
HSL0.780.750.89
HSV281°17°97°
CMYK 0.050.170.00   0.03
XYZ73.517169.065198.2631
Yxy69.06510.30520.2868
Hunter Lab83.105412.4710-11.9302
CIE-Lab86.536317.0058-16.4873

#ebcff8 color RGB value is (235,207,248).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101011 11001111 11111000
Octal 353 317 370
Decimal 235 207 248
Hex EB CF F8

RGB Percentages of Color #ebcff8

%34.06
%30.00
%35.94

CMYK Percentages of Color #ebcff8

%5
%17
%0
%3

Triadic Colors of #ebcff8

#ebcff8 #f8ebcf #cff8eb

Analogous Colors of #ebcff8

#ebcff8 #f8cff1 #d7cff8

Monochromatic Colors of #ebcff8

#ebcff8

Complementary Color

#ebcff8 #dcf8cf

#ebcff8 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ebcff8 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ebcff8 Color CSS Codes

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

#ebcff8 Text Font Color

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

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


#ebcff8 Background Color

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

This div background color is #ebcff8


#ebcff8 Border Color

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

This div border color is #ebcff8


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(235,207,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 #ebcff8">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ebcff8


Comments

No comments written yet.

Please login to write comment.