Color Hex Logo

#ebf000 Color Hex

#EBF000
(235,240,0)
0 Favorites   0 Comments

Color spaces of #ebf000

RGB 2352400
HSL0.171.000.47
HSV61°100°94°
CMYK 0.020.001.00   0.06
XYZ65.421079.982311.9901
Yxy79.98230.41570.5082
Hunter Lab89.4328-25.932954.6541
CIE-Lab91.6769-22.659789.7869

#ebf000 color RGB value is (235,240,0).

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

The process color (four color CMYK) of #ebf000 color hex is 0.02, 0.00, 1.00, 0.06. Web safe color of #ebf000 is #ffff00. Color #ebf000 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11101011 11110000 00000000
Octal 353 360 0
Decimal 235 240 0
Hex EB F0 0

RGB Percentages of Color #ebf000

%49.47
%50.53
%0.00

CMYK Percentages of Color #ebf000

%2
%0
%100
%6

Triadic Colors of #ebf000

#ebf000 #00ebf0 #f000eb

Analogous Colors of #ebf000

#ebf000 #73f000 #f07d00

Monochromatic Colors of #ebf000

#ebf000

Complementary Color

#ebf000 #0500f0

#ebf000 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ebf000 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ebf000 Color CSS Codes

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

#ebf000 Text Font Color

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

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


#ebf000 Background Color

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

This div background color is #ebf000


#ebf000 Border Color

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

This div border color is #ebf000


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ebf000

#ebf000 Color Palettes


Comments

No comments written yet.

Please login to write comment.