Color Hex Logo

#ebe7fb Color Hex

#EBE7FB
(235,231,251)
0 Favorites   0 Comments

Color spaces of #ebe7fb

RGB 235231251
HSL0.700.710.95
HSV252°98°
CMYK 0.060.080.00   0.02
XYZ80.249581.7790102.8221
Yxy81.77900.30300.3088
Hunter Lab90.43170.1461-4.1113
CIE-Lab92.47725.0014-9.1883

#ebe7fb color RGB value is (235,231,251).

#ebe7fb hex color red value is 235, green value is 231 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #ebe7fb hue: 0.70 , saturation: 0.71 and the lightness value of ebe7fb is 0.95.

The process color (four color CMYK) of #ebe7fb color hex is 0.06, 0.08, 0.00, 0.02. Web safe color of #ebe7fb is #ffffff. Color #ebe7fb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11101011 11100111 11111011
Octal 353 347 373
Decimal 235 231 251
Hex EB E7 FB

RGB Percentages of Color #ebe7fb

%32.78
%32.22
%35.01

CMYK Percentages of Color #ebe7fb

%6
%8
%0
%2

Triadic Colors of #ebe7fb

#ebe7fb #fbebe7 #e7fbeb

Analogous Colors of #ebe7fb

#ebe7fb #f5e7fb #e7edfb

Monochromatic Colors of #ebe7fb

#ebe7fb

Complementary Color

#ebe7fb #f7fbe7

#ebe7fb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ebe7fb Color Preview on White Background

Lorem ipsum dolor sit amet.

#ebe7fb Color CSS Codes

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

#ebe7fb Text Font Color

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

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


#ebe7fb Background Color

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

This div background color is #ebe7fb


#ebe7fb Border Color

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

This div border color is #ebe7fb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ebe7fb


Comments

No comments written yet.

Please login to write comment.