Color Hex Logo

#ebee48 Color Hex

#EBEE48
(235,238,72)
0 Favorites   0 Comments

Color spaces of #ebee48

RGB 23523872
HSL0.170.830.61
HSV61°70°93°
CMYK 0.010.000.70   0.07
XYZ66.005279.279117.9544
Yxy79.27910.40430.4857
Hunter Lab89.0388-23.494450.3715
CIE-Lab91.3604-19.985375.4310

#ebee48 color RGB value is (235,238,72).

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

The process color (four color CMYK) of #ebee48 color hex is 0.01, 0.00, 0.70, 0.07. Web safe color of #ebee48 is #ffff33. Color #ebee48 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11101011 11101110 01001000
Octal 353 356 110
Decimal 235 238 72
Hex EB EE 48

RGB Percentages of Color #ebee48

%43.12
%43.67
%13.21

CMYK Percentages of Color #ebee48

%1
%0
%70
%7

Triadic Colors of #ebee48

#ebee48 #48ebee #ee48eb

Analogous Colors of #ebee48

#ebee48 #98ee48 #ee9e48

Monochromatic Colors of #ebee48

#ebee48

Complementary Color

#ebee48 #4b48ee

#ebee48 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ebee48 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ebee48 Color CSS Codes

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

#ebee48 Text Font Color

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

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


#ebee48 Background Color

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

This div background color is #ebee48


#ebee48 Border Color

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

This div border color is #ebee48


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ebee48


Comments

No comments written yet.

Please login to write comment.