Color Hex Logo

#ebf97c Color Hex

#EBF97C
(235,249,124)
0 Favorites   0 Comments

Color spaces of #ebf97c

RGB 235249124
HSL0.190.910.73
HSV67°50°98°
CMYK 0.060.000.50   0.02
XYZ71.774786.868832.0532
Yxy86.86880.37640.4555
Hunter Lab93.2034-25.645644.8522
CIE-Lab94.6826-21.762657.7865

#ebf97c color RGB value is (235,249,124).

#ebf97c hex color red value is 235, green value is 249 and the blue value of its RGB is 124. Cylindrical-coordinate representations (also known as HSL) of color #ebf97c hue: 0.19 , saturation: 0.91 and the lightness value of ebf97c is 0.73.

The process color (four color CMYK) of #ebf97c color hex is 0.06, 0.00, 0.50, 0.02. Web safe color of #ebf97c is #ffff66. Color #ebf97c contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11101011 11111001 01111100
Octal 353 371 174
Decimal 235 249 124
Hex EB F9 7C

RGB Percentages of Color #ebf97c

%38.65
%40.95
%20.39

CMYK Percentages of Color #ebf97c

%6
%0
%50
%2

Triadic Colors of #ebf97c

#ebf97c #7cebf9 #f97ceb

Analogous Colors of #ebf97c

#ebf97c #adf97c #f9c97c

Monochromatic Colors of #ebf97c

#ebf97c

Complementary Color

#ebf97c #8a7cf9

#ebf97c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ebf97c Color Preview on White Background

Lorem ipsum dolor sit amet.

#ebf97c Color CSS Codes

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

#ebf97c Text Font Color

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

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


#ebf97c Background Color

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

This div background color is #ebf97c


#ebf97c Border Color

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

This div border color is #ebf97c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ebf97c


Comments

No comments written yet.

Please login to write comment.