Color Hex Logo

#ebfc0b Color Hex

#EBFC0B
(235,252,11)
0 Favorites   0 Comments

Color spaces of #ebfc0b

RGB 23525211
HSL0.180.980.52
HSV64°96°99°
CMYK 0.070.000.96   0.01
XYZ69.131887.307113.5249
Yxy87.30710.40670.5137
Hunter Lab93.4383-31.450956.8247
CIE-Lab94.8684-28.222291.3622

#ebfc0b color RGB value is (235,252,11).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101011 11111100 00001011
Octal 353 374 13
Decimal 235 252 11
Hex EB FC B

RGB Percentages of Color #ebfc0b

%47.19
%50.60
%2.21

CMYK Percentages of Color #ebfc0b

%7
%0
%96
%1

Triadic Colors of #ebfc0b

#ebfc0b #0bebfc #fc0beb

Analogous Colors of #ebfc0b

#ebfc0b #73fc0b #fc950b

Monochromatic Colors of #ebfc0b

#ebfc0b

Complementary Color

#ebfc0b #1c0bfc

#ebfc0b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ebfc0b Color Preview on White Background

Lorem ipsum dolor sit amet.

#ebfc0b Color CSS Codes

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

#ebfc0b Text Font Color

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

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


#ebfc0b Background Color

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

This div background color is #ebfc0b


#ebfc0b Border Color

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

This div border color is #ebfc0b


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(235,252,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 #ebfc0b">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ebfc0b

Related Colors


Comments

No comments written yet.

Please login to write comment.