Color Hex Logo

#ebfadc Color Hex

#EBFADC
(235,250,220)
0 Favorites   0 Comments

Color spaces of #ebfadc

RGB 235250220
HSL0.250.750.92
HSV90°12°98°
CMYK 0.060.000.12   0.02
XYZ81.364891.200781.0253
Yxy91.20070.32090.3596
Hunter Lab95.4991-15.042116.5453
CIE-Lab96.4926-10.127212.7144

#ebfadc color RGB value is (235,250,220).

#ebfadc hex color red value is 235, green value is 250 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #ebfadc hue: 0.25 , saturation: 0.75 and the lightness value of ebfadc is 0.92.

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

Base Numbers

BaseRedGreenBlue
Binary 11101011 11111010 11011100
Octal 353 372 334
Decimal 235 250 220
Hex EB FA DC

RGB Percentages of Color #ebfadc

%33.33
%35.46
%31.21

CMYK Percentages of Color #ebfadc

%6
%0
%12
%2

Triadic Colors of #ebfadc

#ebfadc #dcebfa #fadceb

Analogous Colors of #ebfadc

#ebfadc #dcfadc #fafadc

Monochromatic Colors of #ebfadc

#ebfadc

Complementary Color

#ebfadc #ebdcfa

#ebfadc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ebfadc Color Preview on White Background

Lorem ipsum dolor sit amet.

#ebfadc Color CSS Codes

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

#ebfadc Text Font Color

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

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


#ebfadc Background Color

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

This div background color is #ebfadc


#ebfadc Border Color

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

This div border color is #ebfadc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ebfadc


Comments

No comments written yet.

Please login to write comment.