Color Hex Logo

#ebf70c Color Hex

#EBF70C
(235,247,12)
0 Favorites   0 Comments

Color spaces of #ebf70c

RGB 23524712
HSL0.180.940.51
HSV63°95°97°
CMYK 0.050.000.95   0.03
XYZ67.588184.210213.0398
Yxy84.21020.41000.5109
Hunter Lab91.7661-29.120955.8113
CIE-Lab93.5417-25.875990.2824

#ebf70c color RGB value is (235,247,12).

#ebf70c hex color red value is 235, green value is 247 and the blue value of its RGB is 12. Cylindrical-coordinate representations (also known as HSL) of color #ebf70c hue: 0.18 , saturation: 0.94 and the lightness value of ebf70c is 0.51.

The process color (four color CMYK) of #ebf70c color hex is 0.05, 0.00, 0.95, 0.03. Web safe color of #ebf70c is #ffff00. Color #ebf70c contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11101011 11110111 00001100
Octal 353 367 14
Decimal 235 247 12
Hex EB F7 C

RGB Percentages of Color #ebf70c

%47.57
%50.00
%2.43

CMYK Percentages of Color #ebf70c

%5
%0
%95
%3

Triadic Colors of #ebf70c

#ebf70c #0cebf7 #f70ceb

Analogous Colors of #ebf70c

#ebf70c #76f70c #f78e0c

Monochromatic Colors of #ebf70c

#ebf70c

Complementary Color

#ebf70c #180cf7

#ebf70c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ebf70c Color Preview on White Background

Lorem ipsum dolor sit amet.

#ebf70c Color CSS Codes

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

#ebf70c Text Font Color

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

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


#ebf70c Background Color

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

This div background color is #ebf70c


#ebf70c Border Color

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

This div border color is #ebf70c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ebf70c


Comments

No comments written yet.

Please login to write comment.