Color Hex Logo

#eebafc Color Hex

#EEBAFC
(238,186,252)
0 Favorites   0 Comments

Color spaces of #eebafc

RGB 238186252
HSL0.800.920.86
HSV287°26°99°
CMYK 0.060.260.00   0.01
XYZ70.389560.3232100.0291
Yxy60.32320.30510.2614
Hunter Lab77.668025.8532-21.9923
CIE-Lab82.013529.8971-25.4361

#eebafc color RGB value is (238,186,252).

#eebafc hex color red value is 238, green value is 186 and the blue value of its RGB is 252. Cylindrical-coordinate representations (also known as HSL) of color #eebafc hue: 0.80 , saturation: 0.92 and the lightness value of eebafc is 0.86.

The process color (four color CMYK) of #eebafc color hex is 0.06, 0.26, 0.00, 0.01. Web safe color of #eebafc is #ffccff. Color #eebafc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11101110 10111010 11111100
Octal 356 272 374
Decimal 238 186 252
Hex EE BA FC

RGB Percentages of Color #eebafc

%35.21
%27.51
%37.28

CMYK Percentages of Color #eebafc

%6
%26
%0
%1

Triadic Colors of #eebafc

#eebafc #fceeba #bafcee

Analogous Colors of #eebafc

#eebafc #fcbae9 #cdbafc

Monochromatic Colors of #eebafc

#eebafc

Complementary Color

#eebafc #c8fcba

#eebafc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eebafc Color Preview on White Background

Lorem ipsum dolor sit amet.

#eebafc Color CSS Codes

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

#eebafc Text Font Color

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

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


#eebafc Background Color

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

This div background color is #eebafc


#eebafc Border Color

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

This div border color is #eebafc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eebafc

Related Colors


Comments

No comments written yet.

Please login to write comment.