Color Hex Logo

#ebfcea Color Hex

#EBFCEA
(235,252,234)
0 Favorites   0 Comments

Color spaces of #ebfcea

RGB 235252234
HSL0.320.750.95
HSV117°99°
CMYK 0.070.000.07   0.01
XYZ83.922693.223591.4126
Yxy93.22350.31250.3471
Hunter Lab96.5523-13.815611.4528
CIE-Lab97.3182-8.76226.7023

#ebfcea color RGB value is (235,252,234).

#ebfcea hex color red value is 235, green value is 252 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #ebfcea hue: 0.32 , saturation: 0.75 and the lightness value of ebfcea is 0.95.

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

Base Numbers

BaseRedGreenBlue
Binary 11101011 11111100 11101010
Octal 353 374 352
Decimal 235 252 234
Hex EB FC EA

RGB Percentages of Color #ebfcea

%32.59
%34.95
%32.45

CMYK Percentages of Color #ebfcea

%7
%0
%7
%1

Triadic Colors of #ebfcea

#ebfcea #eaebfc #fceaeb

Analogous Colors of #ebfcea

#ebfcea #eafcf2 #f4fcea

Monochromatic Colors of #ebfcea

#ebfcea

Complementary Color

#ebfcea #fbeafc

#ebfcea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ebfcea Color Preview on White Background

Lorem ipsum dolor sit amet.

#ebfcea Color CSS Codes

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

#ebfcea Text Font Color

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

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


#ebfcea Background Color

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

This div background color is #ebfcea


#ebfcea Border Color

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

This div border color is #ebfcea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ebfcea

Related Colors


Comments

No comments written yet.

Please login to write comment.