Color Hex Logo

#ebafbc Color Hex

#EBAFBC
(235,175,188)
0 Favorites   0 Comments

Color spaces of #ebafbc

RGB 235175188
HSL0.960.600.80
HSV347°26°92°
CMYK 0.000.260.20   0.08
XYZ58.668051.953054.5127
Yxy51.95300.35530.3146
Hunter Lab72.078419.15225.6141
CIE-Lab77.252723.76881.9713

#ebafbc color RGB value is (235,175,188).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101011 10101111 10111100
Octal 353 257 274
Decimal 235 175 188
Hex EB AF BC

RGB Percentages of Color #ebafbc

%39.30
%29.26
%31.44

CMYK Percentages of Color #ebafbc

%0
%26
%20
%8

Triadic Colors of #ebafbc

#ebafbc #bcebaf #afbceb

Analogous Colors of #ebafbc

#ebafbc #ebc0af #ebafda

Monochromatic Colors of #ebafbc

#ebafbc

Complementary Color

#ebafbc #afebde

#ebafbc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ebafbc Color Preview on White Background

Lorem ipsum dolor sit amet.

#ebafbc Color CSS Codes

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

#ebafbc Text Font Color

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

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


#ebafbc Background Color

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

This div background color is #ebafbc


#ebafbc Border Color

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

This div border color is #ebafbc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ebafbc


Comments

No comments written yet.

Please login to write comment.