Color Hex Logo

#ebe8fb Color Hex

#EBE8FB
(235,232,251)
0 Favorites   0 Comments

Color spaces of #ebe8fb

RGB 235232251
HSL0.690.700.95
HSV249°98°
CMYK 0.060.080.00   0.02
XYZ80.530182.3404102.9157
Yxy82.34040.30300.3098
Hunter Lab90.7416-0.3851-3.7253
CIE-Lab92.72494.4840-8.8208

#ebe8fb color RGB value is (235,232,251).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101011 11101000 11111011
Octal 353 350 373
Decimal 235 232 251
Hex EB E8 FB

RGB Percentages of Color #ebe8fb

%32.73
%32.31
%34.96

CMYK Percentages of Color #ebe8fb

%6
%8
%0
%2

Triadic Colors of #ebe8fb

#ebe8fb #fbebe8 #e8fbeb

Analogous Colors of #ebe8fb

#ebe8fb #f5e8fb #e8effb

Monochromatic Colors of #ebe8fb

#ebe8fb

Complementary Color

#ebe8fb #f8fbe8

#ebe8fb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ebe8fb Color Preview on White Background

Lorem ipsum dolor sit amet.

#ebe8fb Color CSS Codes

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

#ebe8fb Text Font Color

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

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


#ebe8fb Background Color

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

This div background color is #ebe8fb


#ebe8fb Border Color

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

This div border color is #ebe8fb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ebe8fb


Comments

No comments written yet.

Please login to write comment.