Color Hex Logo

#ebf10a Color Hex

#EBF10A
(235,241,10)
0 Favorites   0 Comments

Color spaces of #ebf10a

RGB 23524110
HSL0.170.920.49
HSV62°96°95°
CMYK 0.020.000.96   0.05
XYZ65.771080.594712.3770
Yxy80.59470.41430.5077
Hunter Lab89.7746-26.332154.6680
CIE-Lab91.9510-23.055389.2393

#ebf10a color RGB value is (235,241,10).

#ebf10a hex color red value is 235, green value is 241 and the blue value of its RGB is 10. Cylindrical-coordinate representations (also known as HSL) of color #ebf10a hue: 0.17 , saturation: 0.92 and the lightness value of ebf10a is 0.49.

The process color (four color CMYK) of #ebf10a color hex is 0.02, 0.00, 0.96, 0.05. Web safe color of #ebf10a is #ffff00. Color #ebf10a contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11101011 11110001 00001010
Octal 353 361 12
Decimal 235 241 10
Hex EB F1 A

RGB Percentages of Color #ebf10a

%48.35
%49.59
%2.06

CMYK Percentages of Color #ebf10a

%2
%0
%96
%5

Triadic Colors of #ebf10a

#ebf10a #0aebf1 #f10aeb

Analogous Colors of #ebf10a

#ebf10a #78f10a #f1840a

Monochromatic Colors of #ebf10a

#ebf10a

Complementary Color

#ebf10a #100af1

#ebf10a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ebf10a Color Preview on White Background

Lorem ipsum dolor sit amet.

#ebf10a Color CSS Codes

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

#ebf10a Text Font Color

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

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


#ebf10a Background Color

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

This div background color is #ebf10a


#ebf10a Border Color

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

This div border color is #ebf10a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ebf10a


Comments

No comments written yet.

Please login to write comment.