Color Hex Logo

#ebf06d Color Hex

#EBF06D
(235,240,109)
0 Favorites   0 Comments

Color spaces of #ebf06d

RGB 235240109
HSL0.170.810.68
HSV62°55°94°
CMYK 0.020.000.55   0.06
XYZ68.181481.086526.5257
Yxy81.08650.38780.4613
Hunter Lab90.0480-22.429845.5684
CIE-Lab92.1702-18.662061.5898

#ebf06d color RGB value is (235,240,109).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101011 11110000 01101101
Octal 353 360 155
Decimal 235 240 109
Hex EB F0 6D

RGB Percentages of Color #ebf06d

%40.24
%41.10
%18.66

CMYK Percentages of Color #ebf06d

%2
%0
%55
%6

Triadic Colors of #ebf06d

#ebf06d #6debf0 #f06deb

Analogous Colors of #ebf06d

#ebf06d #aaf06d #f0b46d

Monochromatic Colors of #ebf06d

#ebf06d

Complementary Color

#ebf06d #726df0

#ebf06d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ebf06d Color Preview on White Background

Lorem ipsum dolor sit amet.

#ebf06d Color CSS Codes

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

#ebf06d Text Font Color

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

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


#ebf06d Background Color

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

This div background color is #ebf06d


#ebf06d Border Color

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

This div border color is #ebf06d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ebf06d


Comments

No comments written yet.

Please login to write comment.