Color Hex Logo

#ebfadf Color Hex

#EBFADF
(235,250,223)
0 Favorites   0 Comments

Color spaces of #ebfadf

RGB 235250223
HSL0.260.730.93
HSV93°11°98°
CMYK 0.060.000.11   0.02
XYZ81.765891.361183.1370
Yxy91.36110.31910.3565
Hunter Lab95.5830-14.573715.3383
CIE-Lab96.5585-9.632611.2670

#ebfadf color RGB value is (235,250,223).

#ebfadf hex color red value is 235, green value is 250 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #ebfadf hue: 0.26 , saturation: 0.73 and the lightness value of ebfadf is 0.93.

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

Base Numbers

BaseRedGreenBlue
Binary 11101011 11111010 11011111
Octal 353 372 337
Decimal 235 250 223
Hex EB FA DF

RGB Percentages of Color #ebfadf

%33.19
%35.31
%31.50

CMYK Percentages of Color #ebfadf

%6
%0
%11
%2

Triadic Colors of #ebfadf

#ebfadf #dfebfa #fadfeb

Analogous Colors of #ebfadf

#ebfadf #dffae1 #f9fadf

Monochromatic Colors of #ebfadf

#ebfadf

Complementary Color

#ebfadf #eedffa

#ebfadf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ebfadf Color Preview on White Background

Lorem ipsum dolor sit amet.

#ebfadf Color CSS Codes

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

#ebfadf Text Font Color

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

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


#ebfadf Background Color

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

This div background color is #ebfadf


#ebfadf Border Color

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

This div border color is #ebfadf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ebfadf


Comments

No comments written yet.

Please login to write comment.