Color Hex Logo

#ebef70 Color Hex

#EBEF70
(235,239,112)
0 Favorites   0 Comments

Color spaces of #ebef70

RGB 235239112
HSL0.170.800.69
HSV62°53°94°
CMYK 0.020.000.53   0.06
XYZ68.052180.565027.2931
Yxy80.56500.38690.4580
Hunter Lab89.7580-21.742644.8020
CIE-Lab91.9378-17.943459.9960

#ebef70 color RGB value is (235,239,112).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101011 11101111 01110000
Octal 353 357 160
Decimal 235 239 112
Hex EB EF 70

RGB Percentages of Color #ebef70

%40.10
%40.78
%19.11

CMYK Percentages of Color #ebef70

%2
%0
%53
%6

Triadic Colors of #ebef70

#ebef70 #70ebef #ef70eb

Analogous Colors of #ebef70

#ebef70 #acef70 #efb470

Monochromatic Colors of #ebef70

#ebef70

Complementary Color

#ebef70 #7470ef

#ebef70 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ebef70 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ebef70 Color CSS Codes

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

#ebef70 Text Font Color

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

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


#ebef70 Background Color

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

This div background color is #ebef70


#ebef70 Border Color

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

This div border color is #ebef70


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ebef70


Comments

No comments written yet.

Please login to write comment.