Color Hex Logo

#ebf05e Color Hex

#EBF05E
(235,240,94)
0 Favorites   0 Comments

Color spaces of #ebf05e

RGB 23524094
HSL0.170.830.65
HSV62°61°94°
CMYK 0.020.000.61   0.06
XYZ67.441480.790522.6293
Yxy80.79050.39470.4728
Hunter Lab89.8835-23.364147.9915
CIE-Lab92.0384-19.719167.8053

#ebf05e color RGB value is (235,240,94).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101011 11110000 01011110
Octal 353 360 136
Decimal 235 240 94
Hex EB F0 5E

RGB Percentages of Color #ebf05e

%41.30
%42.18
%16.52

CMYK Percentages of Color #ebf05e

%2
%0
%61
%6

Triadic Colors of #ebf05e

#ebf05e #5eebf0 #f05eeb

Analogous Colors of #ebf05e

#ebf05e #a2f05e #f0ac5e

Monochromatic Colors of #ebf05e

#ebf05e

Complementary Color

#ebf05e #635ef0

#ebf05e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ebf05e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ebf05e Color CSS Codes

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

#ebf05e Text Font Color

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

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


#ebf05e Background Color

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

This div background color is #ebf05e


#ebf05e Border Color

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

This div border color is #ebf05e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ebf05e


Comments

No comments written yet.

Please login to write comment.