Color Hex Logo

#ebee05 Color Hex

#EBEE05
(235,238,5)
0 Favorites   0 Comments

Color spaces of #ebee05

RGB 2352385
HSL0.170.960.48
HSV61°98°93°
CMYK 0.010.000.98   0.07
XYZ64.862978.822211.9391
Yxy78.82220.41680.5065
Hunter Lab88.7819-24.958454.1742
CIE-Lab91.1538-21.663789.0210

#ebee05 color RGB value is (235,238,5).

#ebee05 hex color red value is 235, green value is 238 and the blue value of its RGB is 5. Cylindrical-coordinate representations (also known as HSL) of color #ebee05 hue: 0.17 , saturation: 0.96 and the lightness value of ebee05 is 0.48.

The process color (four color CMYK) of #ebee05 color hex is 0.01, 0.00, 0.98, 0.07. Web safe color of #ebee05 is #ffff00. Color #ebee05 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11101011 11101110 00000101
Octal 353 356 5
Decimal 235 238 5
Hex EB EE 5

RGB Percentages of Color #ebee05

%49.16
%49.79
%1.05

CMYK Percentages of Color #ebee05

%1
%0
%98
%7

Triadic Colors of #ebee05

#ebee05 #05ebee #ee05eb

Analogous Colors of #ebee05

#ebee05 #77ee05 #ee7d05

Monochromatic Colors of #ebee05

#ebee05

Complementary Color

#ebee05 #0805ee

#ebee05 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ebee05 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ebee05 Color CSS Codes

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

#ebee05 Text Font Color

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

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


#ebee05 Background Color

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

This div background color is #ebee05


#ebee05 Border Color

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

This div border color is #ebee05


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ebee05

#ebee05 Color Palettes


Comments

No comments written yet.

Please login to write comment.