Color Hex Logo

#ebfaef Color Hex

#EBFAEF
(235,250,239)
0 Favorites   0 Comments

Color spaces of #ebfaef

RGB 235250239
HSL0.380.600.95
HSV136°98°
CMYK 0.060.000.04   0.02
XYZ84.026592.265495.0417
Yxy92.26540.30970.3400
Hunter Lab96.0549-11.94858.5738
CIE-Lab96.9287-6.88533.5662

#ebfaef color RGB value is (235,250,239).

#ebfaef hex color red value is 235, green value is 250 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #ebfaef hue: 0.38 , saturation: 0.60 and the lightness value of ebfaef is 0.95.

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

Base Numbers

BaseRedGreenBlue
Binary 11101011 11111010 11101111
Octal 353 372 357
Decimal 235 250 239
Hex EB FA EF

RGB Percentages of Color #ebfaef

%32.46
%34.53
%33.01

CMYK Percentages of Color #ebfaef

%6
%0
%4
%2

Triadic Colors of #ebfaef

#ebfaef #efebfa #faefeb

Analogous Colors of #ebfaef

#ebfaef #ebfaf7 #effaeb

Monochromatic Colors of #ebfaef

#ebfaef

Complementary Color

#ebfaef #faebf6

#ebfaef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ebfaef Color Preview on White Background

Lorem ipsum dolor sit amet.

#ebfaef Color CSS Codes

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

#ebfaef Text Font Color

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

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


#ebfaef Background Color

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

This div background color is #ebfaef


#ebfaef Border Color

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

This div border color is #ebfaef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ebfaef

Related Colors


Comments

No comments written yet.

Please login to write comment.