Color Hex Logo

#ebcbfe Color Hex

#EBCBFE
(235,203,254)
0 Favorites   0 Comments

Color spaces of #ebcbfe

RGB 235203254
HSL0.770.960.90
HSV278°20°100°
CMYK 0.070.200.00   0.00
XYZ73.506367.5298102.9263
Yxy67.52980.30130.2768
Hunter Lab82.176515.8581-16.7373
CIE-Lab85.770820.2828-20.8174

#ebcbfe color RGB value is (235,203,254).

#ebcbfe hex color red value is 235, green value is 203 and the blue value of its RGB is 254. Cylindrical-coordinate representations (also known as HSL) of color #ebcbfe hue: 0.77 , saturation: 0.96 and the lightness value of ebcbfe is 0.90.

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

Base Numbers

BaseRedGreenBlue
Binary 11101011 11001011 11111110
Octal 353 313 376
Decimal 235 203 254
Hex EB CB FE

RGB Percentages of Color #ebcbfe

%33.96
%29.34
%36.71

CMYK Percentages of Color #ebcbfe

%7
%20
%0
%0

Triadic Colors of #ebcbfe

#ebcbfe #feebcb #cbfeeb

Analogous Colors of #ebcbfe

#ebcbfe #fecbf8 #d2cbfe

Monochromatic Colors of #ebcbfe

#ebcbfe

Complementary Color

#ebcbfe #defecb

#ebcbfe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ebcbfe Color Preview on White Background

Lorem ipsum dolor sit amet.

#ebcbfe Color CSS Codes

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

#ebcbfe Text Font Color

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

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


#ebcbfe Background Color

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

This div background color is #ebcbfe


#ebcbfe Border Color

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

This div border color is #ebcbfe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ebcbfe


Comments

No comments written yet.

Please login to write comment.