Color Hex Logo

#ebafcd Color Hex

#EBAFCD
(235,175,205)
0 Favorites   0 Comments

Color spaces of #ebafcd

RGB 235175205
HSL0.920.600.80
HSV330°26°92°
CMYK 0.000.260.13   0.08
XYZ60.610452.729964.7410
Yxy52.72990.34040.2961
Hunter Lab72.615421.9130-2.0299
CIE-Lab77.715326.4225-6.6002

#ebafcd color RGB value is (235,175,205).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101011 10101111 11001101
Octal 353 257 315
Decimal 235 175 205
Hex EB AF CD

RGB Percentages of Color #ebafcd

%38.21
%28.46
%33.33

CMYK Percentages of Color #ebafcd

%0
%26
%13
%8

Triadic Colors of #ebafcd

#ebafcd #cdebaf #afcdeb

Analogous Colors of #ebafcd

#ebafcd #ebafaf #ebafeb

Monochromatic Colors of #ebafcd

#ebafcd

Complementary Color

#ebafcd #afebcd

#ebafcd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ebafcd Color Preview on White Background

Lorem ipsum dolor sit amet.

#ebafcd Color CSS Codes

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

#ebafcd Text Font Color

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

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


#ebafcd Background Color

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

This div background color is #ebafcd


#ebafcd Border Color

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

This div border color is #ebafcd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ebafcd


Comments

No comments written yet.

Please login to write comment.