Color Hex Logo

#ebfc5c Color Hex

#EBFC5C
(235,252,92)
0 Favorites   0 Comments

Color spaces of #ebfc5c

RGB 23525292
HSL0.180.960.67
HSV66°63°99°
CMYK 0.070.000.63   0.01
XYZ71.003188.055723.3794
Yxy88.05570.38920.4827
Hunter Lab93.8380-29.153450.9147
CIE-Lab95.1844-25.563171.9347

#ebfc5c color RGB value is (235,252,92).

#ebfc5c hex color red value is 235, green value is 252 and the blue value of its RGB is 92. Cylindrical-coordinate representations (also known as HSL) of color #ebfc5c hue: 0.18 , saturation: 0.96 and the lightness value of ebfc5c is 0.67.

The process color (four color CMYK) of #ebfc5c color hex is 0.07, 0.00, 0.63, 0.01. Web safe color of #ebfc5c is #ffff66. Color #ebfc5c contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11101011 11111100 01011100
Octal 353 374 134
Decimal 235 252 92
Hex EB FC 5C

RGB Percentages of Color #ebfc5c

%40.59
%43.52
%15.89

CMYK Percentages of Color #ebfc5c

%7
%0
%63
%1

Triadic Colors of #ebfc5c

#ebfc5c #5cebfc #fc5ceb

Analogous Colors of #ebfc5c

#ebfc5c #9bfc5c #fcbd5c

Monochromatic Colors of #ebfc5c

#ebfc5c

Complementary Color

#ebfc5c #6d5cfc

#ebfc5c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ebfc5c Color Preview on White Background

Lorem ipsum dolor sit amet.

#ebfc5c Color CSS Codes

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

#ebfc5c Text Font Color

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

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


#ebfc5c Background Color

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

This div background color is #ebfc5c


#ebfc5c Border Color

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

This div border color is #ebfc5c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ebfc5c

Related Colors


Comments

No comments written yet.

Please login to write comment.