Color Hex Logo

#ebee16 Color Hex

#EBEE16
(235,238,22)
0 Favorites   0 Comments

Color spaces of #ebee16

RGB 23523822
HSL0.170.860.51
HSV61°91°93°
CMYK 0.010.000.91   0.07
XYZ64.980378.869212.5575
Yxy78.86920.41550.5043
Hunter Lab88.8083-24.807753.7822
CIE-Lab91.1751-21.490187.4327

#ebee16 color RGB value is (235,238,22).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101011 11101110 00010110
Octal 353 356 26
Decimal 235 238 22
Hex EB EE 16

RGB Percentages of Color #ebee16

%47.47
%48.08
%4.44

CMYK Percentages of Color #ebee16

%1
%0
%91
%7

Triadic Colors of #ebee16

#ebee16 #16ebee #ee16eb

Analogous Colors of #ebee16

#ebee16 #7fee16 #ee8516

Monochromatic Colors of #ebee16

#ebee16

Complementary Color

#ebee16 #1916ee

#ebee16 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ebee16 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ebee16 Color CSS Codes

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

#ebee16 Text Font Color

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

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


#ebee16 Background Color

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

This div background color is #ebee16


#ebee16 Border Color

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

This div border color is #ebee16


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ebee16


Comments

No comments written yet.

Please login to write comment.