Color Hex Logo

#ebb8fc Color Hex

#EBB8FC
(235,184,252)
0 Favorites   0 Comments

Color spaces of #ebb8fc

RGB 235184252
HSL0.790.920.85
HSV285°27°99°
CMYK 0.070.270.00   0.01
XYZ68.972158.971499.8429
Yxy58.97140.30280.2589
Hunter Lab76.792825.9337-23.3314
CIE-Lab81.275930.0198-26.5873

#ebb8fc color RGB value is (235,184,252).

#ebb8fc hex color red value is 235, green value is 184 and the blue value of its RGB is 252. Cylindrical-coordinate representations (also known as HSL) of color #ebb8fc hue: 0.79 , saturation: 0.92 and the lightness value of ebb8fc is 0.85.

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

Base Numbers

BaseRedGreenBlue
Binary 11101011 10111000 11111100
Octal 353 270 374
Decimal 235 184 252
Hex EB B8 FC

RGB Percentages of Color #ebb8fc

%35.02
%27.42
%37.56

CMYK Percentages of Color #ebb8fc

%7
%27
%0
%1

Triadic Colors of #ebb8fc

#ebb8fc #fcebb8 #b8fceb

Analogous Colors of #ebb8fc

#ebb8fc #fcb8eb #c9b8fc

Monochromatic Colors of #ebb8fc

#ebb8fc

Complementary Color

#ebb8fc #c9fcb8

#ebb8fc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ebb8fc Color Preview on White Background

Lorem ipsum dolor sit amet.

#ebb8fc Color CSS Codes

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

#ebb8fc Text Font Color

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

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


#ebb8fc Background Color

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

This div background color is #ebb8fc


#ebb8fc Border Color

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

This div border color is #ebb8fc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ebb8fc


Comments

No comments written yet.

Please login to write comment.