Color Hex Logo

#ebf880 Color Hex

#EBF880
(235,248,128)
0 Favorites   0 Comments

Color spaces of #ebf880

RGB 235248128
HSL0.180.900.74
HSV67°48°97°
CMYK 0.050.000.48   0.03
XYZ71.724686.355533.3101
Yxy86.35550.37480.4512
Hunter Lab92.9277-24.851343.7967
CIE-Lab94.4641-20.927055.6931

#ebf880 color RGB value is (235,248,128).

#ebf880 hex color red value is 235, green value is 248 and the blue value of its RGB is 128. Cylindrical-coordinate representations (also known as HSL) of color #ebf880 hue: 0.18 , saturation: 0.90 and the lightness value of ebf880 is 0.74.

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

Base Numbers

BaseRedGreenBlue
Binary 11101011 11111000 10000000
Octal 353 370 200
Decimal 235 248 128
Hex EB F8 80

RGB Percentages of Color #ebf880

%38.46
%40.59
%20.95

CMYK Percentages of Color #ebf880

%5
%0
%48
%3

Triadic Colors of #ebf880

#ebf880 #80ebf8 #f880eb

Analogous Colors of #ebf880

#ebf880 #aff880 #f8c980

Monochromatic Colors of #ebf880

#ebf880

Complementary Color

#ebf880 #8d80f8

#ebf880 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ebf880 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ebf880 Color CSS Codes

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

#ebf880 Text Font Color

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

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


#ebf880 Background Color

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

This div background color is #ebf880


#ebf880 Border Color

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

This div border color is #ebf880


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ebf880


Comments

No comments written yet.

Please login to write comment.