Color Hex Logo

#ebf026 Color Hex

#EBF026
(235,240,38)
0 Favorites   0 Comments

Color spaces of #ebf026

RGB 23524038
HSL0.170.870.55
HSV61°84°94°
CMYK 0.020.000.84   0.06
XYZ65.770980.122313.8324
Yxy80.12230.41180.5016
Hunter Lab89.5111-25.486253.4955
CIE-Lab91.7397-22.144785.2173

#ebf026 color RGB value is (235,240,38).

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

The process color (four color CMYK) of #ebf026 color hex is 0.02, 0.00, 0.84, 0.06. Web safe color of #ebf026 is #ffff33. Color #ebf026 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11101011 11110000 00100110
Octal 353 360 46
Decimal 235 240 38
Hex EB F0 26

RGB Percentages of Color #ebf026

%45.81
%46.78
%7.41

CMYK Percentages of Color #ebf026

%2
%0
%84
%6

Triadic Colors of #ebf026

#ebf026 #26ebf0 #f026eb

Analogous Colors of #ebf026

#ebf026 #86f026 #f09026

Monochromatic Colors of #ebf026

#ebf026

Complementary Color

#ebf026 #2b26f0

#ebf026 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ebf026 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ebf026 Color CSS Codes

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

#ebf026 Text Font Color

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

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


#ebf026 Background Color

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

This div background color is #ebf026


#ebf026 Border Color

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

This div border color is #ebf026


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ebf026


Comments

No comments written yet.

Please login to write comment.