Color Hex Logo

#ebfeca Color Hex

#EBFECA
(235,254,202)
0 Favorites   0 Comments

Color spaces of #ebfeca

RGB 235254202
HSL0.230.960.89
HSV82°20°100°
CMYK 0.070.000.20   0.00
XYZ80.363492.810169.5556
Yxy92.81010.33110.3824
Hunter Lab96.3380-19.690124.6295
CIE-Lab97.1505-14.918522.8391

#ebfeca color RGB value is (235,254,202).

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

The process color (four color CMYK) of #ebfeca color hex is 0.07, 0.00, 0.20, 0.00. Web safe color of #ebfeca is #ffffcc. Color #ebfeca contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11101011 11111110 11001010
Octal 353 376 312
Decimal 235 254 202
Hex EB FE CA

RGB Percentages of Color #ebfeca

%34.01
%36.76
%29.23

CMYK Percentages of Color #ebfeca

%7
%0
%20
%0

Triadic Colors of #ebfeca

#ebfeca #caebfe #fecaeb

Analogous Colors of #ebfeca

#ebfeca #d1feca #fef7ca

Monochromatic Colors of #ebfeca

#ebfeca

Complementary Color

#ebfeca #ddcafe

#ebfeca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ebfeca Color Preview on White Background

Lorem ipsum dolor sit amet.

#ebfeca Color CSS Codes

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

#ebfeca Text Font Color

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

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


#ebfeca Background Color

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

This div background color is #ebfeca


#ebfeca Border Color

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

This div border color is #ebfeca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ebfeca

Related Colors


Comments

No comments written yet.

Please login to write comment.