Color Hex Logo

#ebefca Color Hex

#EBEFCA
(235,239,202)
0 Favorites   0 Comments

Color spaces of #ebefca

RGB 235239202
HSL0.180.540.86
HSV66°15°94°
CMYK 0.020.000.15   0.06
XYZ75.788183.659468.0305
Yxy83.65940.33320.3678
Hunter Lab91.4655-12.160019.9270
CIE-Lab93.3024-7.480217.4727

#ebefca color RGB value is (235,239,202).

#ebefca hex color red value is 235, green value is 239 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #ebefca hue: 0.18 , saturation: 0.54 and the lightness value of ebefca is 0.86.

The process color (four color CMYK) of #ebefca color hex is 0.02, 0.00, 0.15, 0.06. Web safe color of #ebefca is #ffffcc. Color #ebefca contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11101011 11101111 11001010
Octal 353 357 312
Decimal 235 239 202
Hex EB EF CA

RGB Percentages of Color #ebefca

%34.76
%35.36
%29.88

CMYK Percentages of Color #ebefca

%2
%0
%15
%6

Triadic Colors of #ebefca

#ebefca #caebef #efcaeb

Analogous Colors of #ebefca

#ebefca #d9efca #efe1ca

Monochromatic Colors of #ebefca

#ebefca

Complementary Color

#ebefca #cecaef

#ebefca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ebefca Color Preview on White Background

Lorem ipsum dolor sit amet.

#ebefca Color CSS Codes

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

#ebefca Text Font Color

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

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


#ebefca Background Color

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

This div background color is #ebefca


#ebefca Border Color

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

This div border color is #ebefca


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(235,239,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 #ebefca">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ebefca


Comments

No comments written yet.

Please login to write comment.