Color Hex Logo

#ebfece Color Hex

#EBFECE
(235,254,206)
0 Favorites   0 Comments

Color spaces of #ebfece

RGB 235254206
HSL0.230.960.90
HSV84°19°100°
CMYK 0.070.000.19   0.00
XYZ80.843393.002072.0828
Yxy93.00200.32870.3782
Hunter Lab96.4375-19.129723.1896
CIE-Lab97.2284-14.315220.9121

#ebfece color RGB value is (235,254,206).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101011 11111110 11001110
Octal 353 376 316
Decimal 235 254 206
Hex EB FE CE

RGB Percentages of Color #ebfece

%33.81
%36.55
%29.64

CMYK Percentages of Color #ebfece

%7
%0
%19
%0

Triadic Colors of #ebfece

#ebfece #ceebfe #feceeb

Analogous Colors of #ebfece

#ebfece #d3fece #fef9ce

Monochromatic Colors of #ebfece

#ebfece

Complementary Color

#ebfece #e1cefe

#ebfece Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ebfece Color Preview on White Background

Lorem ipsum dolor sit amet.

#ebfece Color CSS Codes

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

#ebfece Text Font Color

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

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


#ebfece Background Color

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

This div background color is #ebfece


#ebfece Border Color

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

This div border color is #ebfece


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ebfece


Comments

No comments written yet.

Please login to write comment.