Color Hex Logo

#ebefea Color Hex

#EBEFEA
(235,239,234)
0 Favorites   0 Comments

Color spaces of #ebefea

RGB 235239234
HSL0.300.140.93
HSV108°94°
CMYK 0.020.000.02   0.06
XYZ79.978785.335790.0980
Yxy85.33570.31310.3341
Hunter Lab92.3773-7.11816.8371
CIE-Lab94.0276-2.21341.9376

#ebefea color RGB value is (235,239,234).

#ebefea hex color red value is 235, green value is 239 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #ebefea hue: 0.30 , saturation: 0.14 and the lightness value of ebefea is 0.93.

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

Base Numbers

BaseRedGreenBlue
Binary 11101011 11101111 11101010
Octal 353 357 352
Decimal 235 239 234
Hex EB EF EA

RGB Percentages of Color #ebefea

%33.19
%33.76
%33.05

CMYK Percentages of Color #ebefea

%2
%0
%2
%6

Triadic Colors of #ebefea

#ebefea #eaebef #efeaeb

Analogous Colors of #ebefea

#ebefea #eaefec #eeefea

Monochromatic Colors of #ebefea

#ebefea

Complementary Color

#ebefea #eeeaef

#ebefea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ebefea Color Preview on White Background

Lorem ipsum dolor sit amet.

#ebefea Color CSS Codes

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

#ebefea Text Font Color

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

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


#ebefea Background Color

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

This div background color is #ebefea


#ebefea Border Color

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

This div border color is #ebefea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ebefea


Comments

No comments written yet.

Please login to write comment.