Color Hex Logo

#ebf573 Color Hex

#EBF573
(235,245,115)
0 Favorites   0 Comments

Color spaces of #ebf573

RGB 235245115
HSL0.180.870.71
HSV65°53°96°
CMYK 0.040.000.53   0.04
XYZ70.007984.204828.7830
Yxy84.20480.38260.4601
Hunter Lab91.7632-24.404545.6370
CIE-Lab93.5394-20.602160.5033

#ebf573 color RGB value is (235,245,115).

#ebf573 hex color red value is 235, green value is 245 and the blue value of its RGB is 115. Cylindrical-coordinate representations (also known as HSL) of color #ebf573 hue: 0.18 , saturation: 0.87 and the lightness value of ebf573 is 0.71.

The process color (four color CMYK) of #ebf573 color hex is 0.04, 0.00, 0.53, 0.04. Web safe color of #ebf573 is #ffff66. Color #ebf573 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11101011 11110101 01110011
Octal 353 365 163
Decimal 235 245 115
Hex EB F5 73

RGB Percentages of Color #ebf573

%39.50
%41.18
%19.33

CMYK Percentages of Color #ebf573

%4
%0
%53
%4

Triadic Colors of #ebf573

#ebf573 #73ebf5 #f573eb

Analogous Colors of #ebf573

#ebf573 #aaf573 #f5be73

Monochromatic Colors of #ebf573

#ebf573

Complementary Color

#ebf573 #7d73f5

#ebf573 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ebf573 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ebf573 Color CSS Codes

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

#ebf573 Text Font Color

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

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


#ebf573 Background Color

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

This div background color is #ebf573


#ebf573 Border Color

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

This div border color is #ebf573


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ebf573


Comments

No comments written yet.

Please login to write comment.