Color Hex Logo

#ebaefc Color Hex

#EBAEFC
(235,174,252)
0 Favorites   0 Comments

Color spaces of #ebaefc

RGB 235174252
HSL0.800.930.84
HSV287°31°99°
CMYK 0.070.310.00   0.01
XYZ66.967754.962599.1747
Yxy54.96250.30290.2486
Hunter Lab74.136731.4999-27.4182
CIE-Lab79.019735.3495-30.0428

#ebaefc color RGB value is (235,174,252).

#ebaefc hex color red value is 235, green value is 174 and the blue value of its RGB is 252. Cylindrical-coordinate representations (also known as HSL) of color #ebaefc hue: 0.80 , saturation: 0.93 and the lightness value of ebaefc is 0.84.

The process color (four color CMYK) of #ebaefc color hex is 0.07, 0.31, 0.00, 0.01. Web safe color of #ebaefc is #ff99ff. Color #ebaefc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11101011 10101110 11111100
Octal 353 256 374
Decimal 235 174 252
Hex EB AE FC

RGB Percentages of Color #ebaefc

%35.55
%26.32
%38.12

CMYK Percentages of Color #ebaefc

%7
%31
%0
%1

Triadic Colors of #ebaefc

#ebaefc #fcebae #aefceb

Analogous Colors of #ebaefc

#ebaefc #fcaee6 #c4aefc

Monochromatic Colors of #ebaefc

#ebaefc

Complementary Color

#ebaefc #bffcae

#ebaefc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ebaefc Color Preview on White Background

Lorem ipsum dolor sit amet.

#ebaefc Color CSS Codes

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

#ebaefc Text Font Color

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

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


#ebaefc Background Color

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

This div background color is #ebaefc


#ebaefc Border Color

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

This div border color is #ebaefc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ebaefc

Related Colors


Comments

No comments written yet.

Please login to write comment.