Color Hex Logo

#ebcfea Color Hex

#EBCFEA
(235,207,234)
0 Favorites   0 Comments

Color spaces of #ebcfea

RGB 235207234
HSL0.840.410.87
HSV302°12°92°
CMYK 0.000.120.00   0.08
XYZ71.425168.228387.2468
Yxy68.22830.31480.3007
Hunter Lab82.60049.7993-4.8048
CIE-Lab86.120514.4026-9.6935

#ebcfea color RGB value is (235,207,234).

#ebcfea hex color red value is 235, green value is 207 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #ebcfea hue: 0.84 , saturation: 0.41 and the lightness value of ebcfea is 0.87.

The process color (four color CMYK) of #ebcfea color hex is 0.00, 0.12, 0.00, 0.08. Web safe color of #ebcfea is #ffccff. Color #ebcfea contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101011 11001111 11101010
Octal 353 317 352
Decimal 235 207 234
Hex EB CF EA

RGB Percentages of Color #ebcfea

%34.76
%30.62
%34.62

CMYK Percentages of Color #ebcfea

%0
%12
%0
%8

Triadic Colors of #ebcfea

#ebcfea #eaebcf #cfeaeb

Analogous Colors of #ebcfea

#ebcfea #ebcfdc #decfeb

Monochromatic Colors of #ebcfea

#ebcfea

Complementary Color

#ebcfea #cfebd0

#ebcfea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ebcfea Color Preview on White Background

Lorem ipsum dolor sit amet.

#ebcfea Color CSS Codes

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

#ebcfea Text Font Color

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

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


#ebcfea Background Color

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

This div background color is #ebcfea


#ebcfea Border Color

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

This div border color is #ebcfea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ebcfea


Comments

No comments written yet.

Please login to write comment.