Color Hex Logo

#ebcafe Color Hex

#EBCAFE
(235,202,254)
0 Favorites   0 Comments

Color spaces of #ebcafe

RGB 235202254
HSL0.770.960.89
HSV278°20°100°
CMYK 0.070.200.00   0.00
XYZ73.270967.0590102.8478
Yxy67.05900.30130.2758
Hunter Lab81.889616.4066-17.1416
CIE-Lab85.533720.8142-21.1762

#ebcafe color RGB value is (235,202,254).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101011 11001010 11111110
Octal 353 312 376
Decimal 235 202 254
Hex EB CA FE

RGB Percentages of Color #ebcafe

%34.01
%29.23
%36.76

CMYK Percentages of Color #ebcafe

%7
%20
%0
%0

Triadic Colors of #ebcafe

#ebcafe #feebca #cafeeb

Analogous Colors of #ebcafe

#ebcafe #fecaf7 #d1cafe

Monochromatic Colors of #ebcafe

#ebcafe

Complementary Color

#ebcafe #ddfeca

#ebcafe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ebcafe Color Preview on White Background

Lorem ipsum dolor sit amet.

#ebcafe Color CSS Codes

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

#ebcafe Text Font Color

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

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


#ebcafe Background Color

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

This div background color is #ebcafe


#ebcafe Border Color

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

This div border color is #ebcafe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ebcafe


Comments

No comments written yet.

Please login to write comment.