Color Hex Logo

#ebcdfa Color Hex

#EBCDFA
(235,205,250)
0 Favorites   0 Comments

Color spaces of #ebcdfa

RGB 235205250
HSL0.780.820.89
HSV280°18°98°
CMYK 0.060.180.00   0.02
XYZ73.347668.226999.7458
Yxy68.22690.30390.2827
Hunter Lab82.599613.9570-13.7779
CIE-Lab86.119818.4480-18.1727

#ebcdfa color RGB value is (235,205,250).

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

The process color (four color CMYK) of #ebcdfa color hex is 0.06, 0.18, 0.00, 0.02. Web safe color of #ebcdfa is #ffccff. Color #ebcdfa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11101011 11001101 11111010
Octal 353 315 372
Decimal 235 205 250
Hex EB CD FA

RGB Percentages of Color #ebcdfa

%34.06
%29.71
%36.23

CMYK Percentages of Color #ebcdfa

%6
%18
%0
%2

Triadic Colors of #ebcdfa

#ebcdfa #faebcd #cdfaeb

Analogous Colors of #ebcdfa

#ebcdfa #facdf3 #d5cdfa

Monochromatic Colors of #ebcdfa

#ebcdfa

Complementary Color

#ebcdfa #dcfacd

#ebcdfa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ebcdfa Color Preview on White Background

Lorem ipsum dolor sit amet.

#ebcdfa Color CSS Codes

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

#ebcdfa Text Font Color

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

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


#ebcdfa Background Color

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

This div background color is #ebcdfa


#ebcdfa Border Color

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

This div border color is #ebcdfa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ebcdfa

Related Colors


Comments

No comments written yet.

Please login to write comment.