Color Hex Logo

#ebf28c Color Hex

#EBF28C
(235,242,140)
0 Favorites   0 Comments

Color spaces of #ebf28c

RGB 235242140
HSL0.180.800.75
HSV64°42°95°
CMYK 0.030.000.42   0.05
XYZ70.746783.059937.1144
Yxy83.05990.37060.4350
Hunter Lab91.1372-20.926739.6510
CIE-Lab93.0407-16.869648.2922

#ebf28c color RGB value is (235,242,140).

#ebf28c hex color red value is 235, green value is 242 and the blue value of its RGB is 140. Cylindrical-coordinate representations (also known as HSL) of color #ebf28c hue: 0.18 , saturation: 0.80 and the lightness value of ebf28c is 0.75.

The process color (four color CMYK) of #ebf28c color hex is 0.03, 0.00, 0.42, 0.05. Web safe color of #ebf28c is #ffff99. Color #ebf28c contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11101011 11110010 10001100
Octal 353 362 214
Decimal 235 242 140
Hex EB F2 8C

RGB Percentages of Color #ebf28c

%38.09
%39.22
%22.69

CMYK Percentages of Color #ebf28c

%3
%0
%42
%5

Triadic Colors of #ebf28c

#ebf28c #8cebf2 #f28ceb

Analogous Colors of #ebf28c

#ebf28c #b8f28c #f2c68c

Monochromatic Colors of #ebf28c

#ebf28c

Complementary Color

#ebf28c #938cf2

#ebf28c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ebf28c Color Preview on White Background

Lorem ipsum dolor sit amet.

#ebf28c Color CSS Codes

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

#ebf28c Text Font Color

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

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


#ebf28c Background Color

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

This div background color is #ebf28c


#ebf28c Border Color

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

This div border color is #ebf28c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ebf28c


Comments

No comments written yet.

Please login to write comment.