Color Hex Logo

#ebafff Color Hex

#EBAFFF
(235,175,255)
0 Favorites   0 Comments

Color spaces of #ebafff

RGB 235175255
HSL0.791.000.84
HSV285°31°100°
CMYK 0.080.310.00   0.00
XYZ67.640955.5421101.7634
Yxy55.54210.30070.2469
Hunter Lab74.526631.5865-28.7898
CIE-Lab79.352535.4007-31.1413

#ebafff color RGB value is (235,175,255).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101011 10101111 11111111
Octal 353 257 377
Decimal 235 175 255
Hex EB AF FF

RGB Percentages of Color #ebafff

%35.34
%26.32
%38.35

CMYK Percentages of Color #ebafff

%8
%31
%0
%0

Triadic Colors of #ebafff

#ebafff #ffebaf #afffeb

Analogous Colors of #ebafff

#ebafff #ffafeb #c3afff

Monochromatic Colors of #ebafff

#ebafff

Complementary Color

#ebafff #c3ffaf

#ebafff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ebafff Color Preview on White Background

Lorem ipsum dolor sit amet.

#ebafff Color CSS Codes

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

#ebafff Text Font Color

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

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


#ebafff Background Color

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

This div background color is #ebafff


#ebafff Border Color

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

This div border color is #ebafff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ebafff


Comments

No comments written yet.

Please login to write comment.