Color Hex Logo

#ebf25c Color Hex

#EBF25C
(235,242,92)
0 Favorites   0 Comments

Color spaces of #ebf25c

RGB 23524292
HSL0.170.850.65
HSV63°62°95°
CMYK 0.030.000.62   0.05
XYZ67.944881.939122.3600
Yxy81.93910.39450.4757
Hunter Lab90.5202-24.427648.7185
CIE-Lab92.5480-20.808869.1557

#ebf25c color RGB value is (235,242,92).

#ebf25c hex color red value is 235, green value is 242 and the blue value of its RGB is 92. Cylindrical-coordinate representations (also known as HSL) of color #ebf25c hue: 0.17 , saturation: 0.85 and the lightness value of ebf25c is 0.65.

The process color (four color CMYK) of #ebf25c color hex is 0.03, 0.00, 0.62, 0.05. Web safe color of #ebf25c is #ffff66. Color #ebf25c contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11101011 11110010 01011100
Octal 353 362 134
Decimal 235 242 92
Hex EB F2 5C

RGB Percentages of Color #ebf25c

%41.30
%42.53
%16.17

CMYK Percentages of Color #ebf25c

%3
%0
%62
%5

Triadic Colors of #ebf25c

#ebf25c #5cebf2 #f25ceb

Analogous Colors of #ebf25c

#ebf25c #a0f25c #f2ae5c

Monochromatic Colors of #ebf25c

#ebf25c

Complementary Color

#ebf25c #635cf2

#ebf25c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ebf25c Color Preview on White Background

Lorem ipsum dolor sit amet.

#ebf25c Color CSS Codes

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

#ebf25c Text Font Color

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

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


#ebf25c Background Color

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

This div background color is #ebf25c


#ebf25c Border Color

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

This div border color is #ebf25c


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(235,242,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 #ebf25c">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ebf25c


Comments

No comments written yet.

Please login to write comment.