Color Hex Logo

#ebafcf Color Hex

#EBAFCF
(235,175,207)
0 Favorites   0 Comments

Color spaces of #ebafcf

RGB 235175207
HSL0.910.600.80
HSV328°26°92°
CMYK 0.000.260.12   0.08
XYZ60.853452.827166.0208
Yxy52.82710.33860.2940
Hunter Lab72.682322.2556-2.9784
CIE-Lab77.772826.7489-7.6019

#ebafcf color RGB value is (235,175,207).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101011 10101111 11001111
Octal 353 257 317
Decimal 235 175 207
Hex EB AF CF

RGB Percentages of Color #ebafcf

%38.09
%28.36
%33.55

CMYK Percentages of Color #ebafcf

%0
%26
%12
%8

Triadic Colors of #ebafcf

#ebafcf #cfebaf #afcfeb

Analogous Colors of #ebafcf

#ebafcf #ebafb1 #e9afeb

Monochromatic Colors of #ebafcf

#ebafcf

Complementary Color

#ebafcf #afebcb

#ebafcf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ebafcf Color Preview on White Background

Lorem ipsum dolor sit amet.

#ebafcf Color CSS Codes

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

#ebafcf Text Font Color

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

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


#ebafcf Background Color

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

This div background color is #ebafcf


#ebafcf Border Color

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

This div border color is #ebafcf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ebafcf


Comments

No comments written yet.

Please login to write comment.