Color Hex Logo

#ebf528 Color Hex

#EBF528
(235,245,40)
0 Favorites   0 Comments

Color spaces of #ebf528

RGB 23524540
HSL0.170.910.56
HSV63°84°96°
CMYK 0.040.000.84   0.04
XYZ67.296483.120214.5044
Yxy83.12020.40810.5040
Hunter Lab91.1703-27.790154.3867
CIE-Lab93.0670-24.472885.9033

#ebf528 color RGB value is (235,245,40).

#ebf528 hex color red value is 235, green value is 245 and the blue value of its RGB is 40. Cylindrical-coordinate representations (also known as HSL) of color #ebf528 hue: 0.17 , saturation: 0.91 and the lightness value of ebf528 is 0.56.

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

Base Numbers

BaseRedGreenBlue
Binary 11101011 11110101 00101000
Octal 353 365 50
Decimal 235 245 40
Hex EB F5 28

RGB Percentages of Color #ebf528

%45.19
%47.12
%7.69

CMYK Percentages of Color #ebf528

%4
%0
%84
%4

Triadic Colors of #ebf528

#ebf528 #28ebf5 #f528eb

Analogous Colors of #ebf528

#ebf528 #85f528 #f59928

Monochromatic Colors of #ebf528

#ebf528

Complementary Color

#ebf528 #3228f5

#ebf528 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ebf528 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ebf528 Color CSS Codes

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

#ebf528 Text Font Color

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

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


#ebf528 Background Color

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

This div background color is #ebf528


#ebf528 Border Color

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

This div border color is #ebf528


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ebf528


Comments

No comments written yet.

Please login to write comment.