Color Hex Logo

#ebf06a Color Hex

#EBF06A
(235,240,106)
0 Favorites   0 Comments

Color spaces of #ebf06a

RGB 235240106
HSL0.170.820.68
HSV62°56°94°
CMYK 0.020.000.56   0.06
XYZ68.022681.023025.6895
Yxy81.02300.38930.4637
Hunter Lab90.0128-22.630046.0877
CIE-Lab92.1419-18.888062.8677

#ebf06a color RGB value is (235,240,106).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101011 11110000 01101010
Octal 353 360 152
Decimal 235 240 106
Hex EB F0 6A

RGB Percentages of Color #ebf06a

%40.45
%41.31
%18.24

CMYK Percentages of Color #ebf06a

%2
%0
%56
%6

Triadic Colors of #ebf06a

#ebf06a #6aebf0 #f06aeb

Analogous Colors of #ebf06a

#ebf06a #a8f06a #f0b26a

Monochromatic Colors of #ebf06a

#ebf06a

Complementary Color

#ebf06a #6f6af0

#ebf06a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ebf06a Color Preview on White Background

Lorem ipsum dolor sit amet.

#ebf06a Color CSS Codes

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

#ebf06a Text Font Color

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

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


#ebf06a Background Color

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

This div background color is #ebf06a


#ebf06a Border Color

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

This div border color is #ebf06a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ebf06a


Comments

No comments written yet.

Please login to write comment.