Color Hex Logo

#ebf076 Color Hex

#EBF076
(235,240,118)
0 Favorites   0 Comments

Color spaces of #ebf076

RGB 235240118
HSL0.170.800.70
HSV62°51°94°
CMYK 0.020.000.51   0.06
XYZ68.691181.290329.2097
Yxy81.29030.38330.4537
Hunter Lab90.1611-21.788143.9045
CIE-Lab92.2607-17.939757.6675

#ebf076 color RGB value is (235,240,118).

#ebf076 hex color red value is 235, green value is 240 and the blue value of its RGB is 118. Cylindrical-coordinate representations (also known as HSL) of color #ebf076 hue: 0.17 , saturation: 0.80 and the lightness value of ebf076 is 0.70.

The process color (four color CMYK) of #ebf076 color hex is 0.02, 0.00, 0.51, 0.06. Web safe color of #ebf076 is #ffff66. Color #ebf076 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11101011 11110000 01110110
Octal 353 360 166
Decimal 235 240 118
Hex EB F0 76

RGB Percentages of Color #ebf076

%39.63
%40.47
%19.90

CMYK Percentages of Color #ebf076

%2
%0
%51
%6

Triadic Colors of #ebf076

#ebf076 #76ebf0 #f076eb

Analogous Colors of #ebf076

#ebf076 #aef076 #f0b876

Monochromatic Colors of #ebf076

#ebf076

Complementary Color

#ebf076 #7b76f0

#ebf076 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ebf076 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ebf076 Color CSS Codes

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

#ebf076 Text Font Color

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

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


#ebf076 Background Color

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

This div background color is #ebf076


#ebf076 Border Color

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

This div border color is #ebf076


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ebf076


Comments

No comments written yet.

Please login to write comment.