Color Hex Logo

#ebfcae Color Hex

#EBFCAE
(235,252,174)
0 Favorites   0 Comments

Color spaces of #ebfcae

RGB 235252174
HSL0.200.930.84
HSV73°31°99°
CMYK 0.070.000.31   0.01
XYZ76.711390.339053.4384
Yxy90.33900.34790.4097
Hunter Lab95.0468-22.266533.1980
CIE-Lab96.1372-17.824435.5809

#ebfcae color RGB value is (235,252,174).

#ebfcae hex color red value is 235, green value is 252 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #ebfcae hue: 0.20 , saturation: 0.93 and the lightness value of ebfcae is 0.84.

The process color (four color CMYK) of #ebfcae color hex is 0.07, 0.00, 0.31, 0.01. Web safe color of #ebfcae is #ffff99. Color #ebfcae contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11101011 11111100 10101110
Octal 353 374 256
Decimal 235 252 174
Hex EB FC AE

RGB Percentages of Color #ebfcae

%35.55
%38.12
%26.32

CMYK Percentages of Color #ebfcae

%7
%0
%31
%1

Triadic Colors of #ebfcae

#ebfcae #aeebfc #fcaeeb

Analogous Colors of #ebfcae

#ebfcae #c4fcae #fce6ae

Monochromatic Colors of #ebfcae

#ebfcae

Complementary Color

#ebfcae #bfaefc

#ebfcae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ebfcae Color Preview on White Background

Lorem ipsum dolor sit amet.

#ebfcae Color CSS Codes

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

#ebfcae Text Font Color

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

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


#ebfcae Background Color

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

This div background color is #ebfcae


#ebfcae Border Color

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

This div border color is #ebfcae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ebfcae


Comments

No comments written yet.

Please login to write comment.