Color Hex Logo

#ebfd0b Color Hex

#EBFD0B
(235,253,11)
0 Favorites   0 Comments

Color spaces of #ebfd0b

RGB 23525311
HSL0.180.980.52
HSV64°96°99°
CMYK 0.070.000.96   0.01
XYZ69.446687.936913.6299
Yxy87.93690.40610.5142
Hunter Lab93.7747-31.914257.0246
CIE-Lab95.1344-28.687191.5632

#ebfd0b color RGB value is (235,253,11).

#ebfd0b hex color red value is 235, green value is 253 and the blue value of its RGB is 11. Cylindrical-coordinate representations (also known as HSL) of color #ebfd0b hue: 0.18 , saturation: 0.98 and the lightness value of ebfd0b is 0.52.

The process color (four color CMYK) of #ebfd0b color hex is 0.07, 0.00, 0.96, 0.01. Web safe color of #ebfd0b is #ffff00. Color #ebfd0b contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11101011 11111101 00001011
Octal 353 375 13
Decimal 235 253 11
Hex EB FD B

RGB Percentages of Color #ebfd0b

%47.09
%50.70
%2.20

CMYK Percentages of Color #ebfd0b

%7
%0
%96
%1

Triadic Colors of #ebfd0b

#ebfd0b #0bebfd #fd0beb

Analogous Colors of #ebfd0b

#ebfd0b #72fd0b #fd960b

Monochromatic Colors of #ebfd0b

#ebfd0b

Complementary Color

#ebfd0b #1d0bfd

#ebfd0b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ebfd0b Color Preview on White Background

Lorem ipsum dolor sit amet.

#ebfd0b Color CSS Codes

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

#ebfd0b Text Font Color

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

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


#ebfd0b Background Color

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

This div background color is #ebfd0b


#ebfd0b Border Color

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

This div border color is #ebfd0b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ebfd0b


Comments

No comments written yet.

Please login to write comment.