Color Hex Logo

#ebf122 Color Hex

#EBF122
(235,241,34)
0 Favorites   0 Comments

Color spaces of #ebf122

RGB 23524134
HSL0.170.880.54
HSV62°86°95°
CMYK 0.020.000.86   0.05
XYZ66.005080.688313.6089
Yxy80.68830.41180.5034
Hunter Lab89.8267-26.034153.8961
CIE-Lab91.9928-22.711586.1981

#ebf122 color RGB value is (235,241,34).

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

The process color (four color CMYK) of #ebf122 color hex is 0.02, 0.00, 0.86, 0.05. Web safe color of #ebf122 is #ffff33. Color #ebf122 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11101011 11110001 00100010
Octal 353 361 42
Decimal 235 241 34
Hex EB F1 22

RGB Percentages of Color #ebf122

%46.08
%47.25
%6.67

CMYK Percentages of Color #ebf122

%2
%0
%86
%5

Triadic Colors of #ebf122

#ebf122 #22ebf1 #f122eb

Analogous Colors of #ebf122

#ebf122 #84f122 #f19022

Monochromatic Colors of #ebf122

#ebf122

Complementary Color

#ebf122 #2822f1

#ebf122 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ebf122 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ebf122 Color CSS Codes

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

#ebf122 Text Font Color

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

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


#ebf122 Background Color

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

This div background color is #ebf122


#ebf122 Border Color

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

This div border color is #ebf122


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ebf122

Related Colors


Comments

No comments written yet.

Please login to write comment.