Color Hex Logo

#ebcfee Color Hex

#EBCFEE
(235,207,238)
0 Favorites   0 Comments

Color spaces of #ebcfee

RGB 235207238
HSL0.820.480.87
HSV294°13°93°
CMYK 0.010.130.00   0.07
XYZ72.006468.460990.3080
Yxy68.46090.31200.2967
Hunter Lab82.741110.5448-6.7935
CIE-Lab86.236415.1328-11.6413

#ebcfee color RGB value is (235,207,238).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101011 11001111 11101110
Octal 353 317 356
Decimal 235 207 238
Hex EB CF EE

RGB Percentages of Color #ebcfee

%34.56
%30.44
%35.00

CMYK Percentages of Color #ebcfee

%1
%13
%0
%7

Triadic Colors of #ebcfee

#ebcfee #eeebcf #cfeeeb

Analogous Colors of #ebcfee

#ebcfee #eecfe2 #dccfee

Monochromatic Colors of #ebcfee

#ebcfee

Complementary Color

#ebcfee #d2eecf

#ebcfee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ebcfee Color Preview on White Background

Lorem ipsum dolor sit amet.

#ebcfee Color CSS Codes

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

#ebcfee Text Font Color

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

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


#ebcfee Background Color

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

This div background color is #ebcfee


#ebcfee Border Color

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

This div border color is #ebcfee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ebcfee


Comments

No comments written yet.

Please login to write comment.