Color Hex Logo

#ebf525 Color Hex

#EBF525
(235,245,37)
0 Favorites   0 Comments

Color spaces of #ebf525

RGB 23524537
HSL0.170.910.55
HSV63°85°96°
CMYK 0.040.000.85   0.04
XYZ67.247383.100614.2460
Yxy83.10060.40860.5049
Hunter Lab91.1595-27.851954.5461
CIE-Lab93.0585-24.544386.4987

#ebf525 color RGB value is (235,245,37).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101011 11110101 00100101
Octal 353 365 45
Decimal 235 245 37
Hex EB F5 25

RGB Percentages of Color #ebf525

%45.45
%47.39
%7.16

CMYK Percentages of Color #ebf525

%4
%0
%85
%4

Triadic Colors of #ebf525

#ebf525 #25ebf5 #f525eb

Analogous Colors of #ebf525

#ebf525 #83f525 #f59725

Monochromatic Colors of #ebf525

#ebf525

Complementary Color

#ebf525 #2f25f5

#ebf525 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ebf525 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ebf525 Color CSS Codes

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

#ebf525 Text Font Color

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

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


#ebf525 Background Color

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

This div background color is #ebf525


#ebf525 Border Color

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

This div border color is #ebf525


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ebf525


Comments

No comments written yet.

Please login to write comment.