Color Hex Logo

#ebf572 Color Hex

#EBF572
(235,245,114)
0 Favorites   0 Comments

Color spaces of #ebf572

RGB 235245114
HSL0.180.870.70
HSV65°53°96°
CMYK 0.040.000.53   0.04
XYZ69.950684.181928.4815
Yxy84.18190.38310.4610
Hunter Lab91.7507-24.475645.8205
CIE-Lab93.5294-20.682560.9359

#ebf572 color RGB value is (235,245,114).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101011 11110101 01110010
Octal 353 365 162
Decimal 235 245 114
Hex EB F5 72

RGB Percentages of Color #ebf572

%39.56
%41.25
%19.19

CMYK Percentages of Color #ebf572

%4
%0
%53
%4

Triadic Colors of #ebf572

#ebf572 #72ebf5 #f572eb

Analogous Colors of #ebf572

#ebf572 #aaf572 #f5be72

Monochromatic Colors of #ebf572

#ebf572

Complementary Color

#ebf572 #7c72f5

#ebf572 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ebf572 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ebf572 Color CSS Codes

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

#ebf572 Text Font Color

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

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


#ebf572 Background Color

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

This div background color is #ebf572


#ebf572 Border Color

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

This div border color is #ebf572


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ebf572


Comments

No comments written yet.

Please login to write comment.