Color Hex Logo

#ebcafa Color Hex

#EBCAFA
(235,202,250)
0 Favorites   0 Comments

Color spaces of #ebcafa

RGB 235202250
HSL0.780.830.89
HSV281°19°98°
CMYK 0.060.190.00   0.02
XYZ72.636866.805499.5088
Yxy66.80540.30400.2796
Hunter Lab81.734615.5959-14.9692
CIE-Lab85.405620.0402-19.2501

#ebcafa color RGB value is (235,202,250).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101011 11001010 11111010
Octal 353 312 372
Decimal 235 202 250
Hex EB CA FA

RGB Percentages of Color #ebcafa

%34.21
%29.40
%36.39

CMYK Percentages of Color #ebcafa

%6
%19
%0
%2

Triadic Colors of #ebcafa

#ebcafa #faebca #cafaeb

Analogous Colors of #ebcafa

#ebcafa #facaf1 #d3cafa

Monochromatic Colors of #ebcafa

#ebcafa

Complementary Color

#ebcafa #d9faca

#ebcafa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ebcafa Color Preview on White Background

Lorem ipsum dolor sit amet.

#ebcafa Color CSS Codes

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

#ebcafa Text Font Color

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

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


#ebcafa Background Color

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

This div background color is #ebcafa


#ebcafa Border Color

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

This div border color is #ebcafa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ebcafa


Comments

No comments written yet.

Please login to write comment.