Color Hex Logo

#ebafb4 Color Hex

#EBAFB4
(235,175,180)
0 Favorites   0 Comments

Color spaces of #ebafb4

RGB 235175180
HSL0.990.600.80
HSV355°26°92°
CMYK 0.000.260.23   0.08
XYZ57.829151.617450.0952
Yxy51.61740.36250.3235
Hunter Lab71.845317.94768.9508
CIE-Lab77.051522.59736.0355

#ebafb4 color RGB value is (235,175,180).

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

The process color (four color CMYK) of #ebafb4 color hex is 0.00, 0.26, 0.23, 0.08. Web safe color of #ebafb4 is #ff99cc. Color #ebafb4 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101011 10101111 10110100
Octal 353 257 264
Decimal 235 175 180
Hex EB AF B4

RGB Percentages of Color #ebafb4

%39.83
%29.66
%30.51

CMYK Percentages of Color #ebafb4

%0
%26
%23
%8

Triadic Colors of #ebafb4

#ebafb4 #b4ebaf #afb4eb

Analogous Colors of #ebafb4

#ebafb4 #ebc8af #ebafd2

Monochromatic Colors of #ebafb4

#ebafb4

Complementary Color

#ebafb4 #afebe6

#ebafb4 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ebafb4 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ebafb4 Color CSS Codes

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

#ebafb4 Text Font Color

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

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


#ebafb4 Background Color

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

This div background color is #ebafb4


#ebafb4 Border Color

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

This div border color is #ebafb4


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ebafb4


Comments

No comments written yet.

Please login to write comment.