Color Hex Logo

#ebaffc Color Hex

#EBAFFC
(235,175,252)
0 Favorites   0 Comments

Color spaces of #ebaffc

RGB 235175252
HSL0.800.930.84
HSV287°31°99°
CMYK 0.070.310.00   0.01
XYZ67.161655.350499.2394
Yxy55.35040.30290.2496
Hunter Lab74.397830.9421-27.0085
CIE-Lab79.242734.8172-29.7005

#ebaffc color RGB value is (235,175,252).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101011 10101111 11111100
Octal 353 257 374
Decimal 235 175 252
Hex EB AF FC

RGB Percentages of Color #ebaffc

%35.50
%26.44
%38.07

CMYK Percentages of Color #ebaffc

%7
%31
%0
%1

Triadic Colors of #ebaffc

#ebaffc #fcebaf #affceb

Analogous Colors of #ebaffc

#ebaffc #fcafe7 #c5affc

Monochromatic Colors of #ebaffc

#ebaffc

Complementary Color

#ebaffc #c0fcaf

#ebaffc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ebaffc Color Preview on White Background

Lorem ipsum dolor sit amet.

#ebaffc Color CSS Codes

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

#ebaffc Text Font Color

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

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


#ebaffc Background Color

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

This div background color is #ebaffc


#ebaffc Border Color

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

This div border color is #ebaffc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ebaffc


Comments

No comments written yet.

Please login to write comment.