Color Hex Logo

#ebbfca Color Hex

#EBBFCA
(235,191,202)
0 Favorites   0 Comments

Color spaces of #ebbfca

RGB 235191202
HSL0.960.520.84
HSV345°19°92°
CMYK 0.000.190.14   0.08
XYZ63.552459.188063.9520
Yxy59.18800.34040.3170
Hunter Lab76.933712.81894.5682
CIE-Lab81.394817.41590.4299

#ebbfca color RGB value is (235,191,202).

#ebbfca hex color red value is 235, green value is 191 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #ebbfca hue: 0.96 , saturation: 0.52 and the lightness value of ebbfca is 0.84.

The process color (four color CMYK) of #ebbfca color hex is 0.00, 0.19, 0.14, 0.08. Web safe color of #ebbfca is #ffcccc. Color #ebbfca contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101011 10111111 11001010
Octal 353 277 312
Decimal 235 191 202
Hex EB BF CA

RGB Percentages of Color #ebbfca

%37.42
%30.41
%32.17

CMYK Percentages of Color #ebbfca

%0
%19
%14
%8

Triadic Colors of #ebbfca

#ebbfca #caebbf #bfcaeb

Analogous Colors of #ebbfca

#ebbfca #ebcabf #ebbfe0

Monochromatic Colors of #ebbfca

#ebbfca

Complementary Color

#ebbfca #bfebe0

#ebbfca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ebbfca Color Preview on White Background

Lorem ipsum dolor sit amet.

#ebbfca Color CSS Codes

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

#ebbfca Text Font Color

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

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


#ebbfca Background Color

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

This div background color is #ebbfca


#ebbfca Border Color

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

This div border color is #ebbfca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ebbfca


Comments

No comments written yet.

Please login to write comment.