Color Hex Logo

#ebc9ee Color Hex

#EBC9EE
(235,201,238)
0 Favorites   0 Comments

Color spaces of #ebc9ee

RGB 235201238
HSL0.820.520.86
HSV295°16°93°
CMYK 0.010.160.00   0.07
XYZ70.580265.608589.8326
Yxy65.60850.31230.2903
Hunter Lab80.999113.7912-9.0566
CIE-Lab84.796318.3106-13.7939

#ebc9ee color RGB value is (235,201,238).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101011 11001001 11101110
Octal 353 311 356
Decimal 235 201 238
Hex EB C9 EE

RGB Percentages of Color #ebc9ee

%34.87
%29.82
%35.31

CMYK Percentages of Color #ebc9ee

%1
%16
%0
%7

Triadic Colors of #ebc9ee

#ebc9ee #eeebc9 #c9eeeb

Analogous Colors of #ebc9ee

#ebc9ee #eec9df #d9c9ee

Monochromatic Colors of #ebc9ee

#ebc9ee

Complementary Color

#ebc9ee #cceec9

#ebc9ee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ebc9ee Color Preview on White Background

Lorem ipsum dolor sit amet.

#ebc9ee Color CSS Codes

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

#ebc9ee Text Font Color

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

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


#ebc9ee Background Color

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

This div background color is #ebc9ee


#ebc9ee Border Color

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

This div border color is #ebc9ee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ebc9ee


Comments

No comments written yet.

Please login to write comment.