Color Hex Logo

#ebafcb Color Hex

#EBAFCB
(235,175,203)
0 Favorites   0 Comments

Color spaces of #ebafcb

RGB 235175203
HSL0.920.600.80
HSV332°26°92°
CMYK 0.000.260.14   0.08
XYZ60.370452.633963.4774
Yxy52.63390.34210.2982
Hunter Lab72.549221.5741-1.0917
CIE-Lab77.658426.0990-5.5970

#ebafcb color RGB value is (235,175,203).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101011 10101111 11001011
Octal 353 257 313
Decimal 235 175 203
Hex EB AF CB

RGB Percentages of Color #ebafcb

%38.34
%28.55
%33.12

CMYK Percentages of Color #ebafcb

%0
%26
%14
%8

Triadic Colors of #ebafcb

#ebafcb #cbebaf #afcbeb

Analogous Colors of #ebafcb

#ebafcb #ebb1af #ebafe9

Monochromatic Colors of #ebafcb

#ebafcb

Complementary Color

#ebafcb #afebcf

#ebafcb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ebafcb Color Preview on White Background

Lorem ipsum dolor sit amet.

#ebafcb Color CSS Codes

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

#ebafcb Text Font Color

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

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


#ebafcb Background Color

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

This div background color is #ebafcb


#ebafcb Border Color

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

This div border color is #ebafcb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ebafcb


Comments

No comments written yet.

Please login to write comment.