Color Hex Logo

#ebafed Color Hex

#EBAFED
(235,175,237)
0 Favorites   0 Comments

Color spaces of #ebafed

RGB 235175237
HSL0.830.630.81
HSV298°26°93°
CMYK 0.010.260.00   0.07
XYZ64.877054.436587.2087
Yxy54.43650.31410.2636
Hunter Lab73.781127.8412-18.4336
CIE-Lab78.715631.9811-22.4335

#ebafed color RGB value is (235,175,237).

#ebafed hex color red value is 235, green value is 175 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #ebafed hue: 0.83 , saturation: 0.63 and the lightness value of ebafed is 0.81.

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

Base Numbers

BaseRedGreenBlue
Binary 11101011 10101111 11101101
Octal 353 257 355
Decimal 235 175 237
Hex EB AF ED

RGB Percentages of Color #ebafed

%36.32
%27.05
%36.63

CMYK Percentages of Color #ebafed

%1
%26
%0
%7

Triadic Colors of #ebafed

#ebafed #edebaf #afedeb

Analogous Colors of #ebafed

#ebafed #edafd0 #ccafed

Monochromatic Colors of #ebafed

#ebafed

Complementary Color

#ebafed #b1edaf

#ebafed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ebafed Color Preview on White Background

Lorem ipsum dolor sit amet.

#ebafed Color CSS Codes

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

#ebafed Text Font Color

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

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


#ebafed Background Color

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

This div background color is #ebafed


#ebafed Border Color

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

This div border color is #ebafed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ebafed


Comments

No comments written yet.

Please login to write comment.