Color Hex Logo

#ebff48 Color Hex

#EBFF48
(235,255,72)
0 Favorites   0 Comments

Color spaces of #ebff48

RGB 23525572
HSL0.181.000.64
HSV67°72°100°
CMYK 0.080.000.72   0.00
XYZ71.190689.650019.6829
Yxy89.65000.39440.4966
Hunter Lab94.6837-31.486253.9533
CIE-Lab95.8514-28.039179.7619

#ebff48 color RGB value is (235,255,72).

#ebff48 hex color red value is 235, green value is 255 and the blue value of its RGB is 72. Cylindrical-coordinate representations (also known as HSL) of color #ebff48 hue: 0.18 , saturation: 1.00 and the lightness value of ebff48 is 0.64.

The process color (four color CMYK) of #ebff48 color hex is 0.08, 0.00, 0.72, 0.00. Web safe color of #ebff48 is #ffff33. Color #ebff48 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11101011 11111111 01001000
Octal 353 377 110
Decimal 235 255 72
Hex EB FF 48

RGB Percentages of Color #ebff48

%41.81
%45.37
%12.81

CMYK Percentages of Color #ebff48

%8
%0
%72
%0

Triadic Colors of #ebff48

#ebff48 #48ebff #ff48eb

Analogous Colors of #ebff48

#ebff48 #90ff48 #ffb848

Monochromatic Colors of #ebff48

#ebff48

Complementary Color

#ebff48 #5c48ff

#ebff48 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ebff48 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ebff48 Color CSS Codes

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

#ebff48 Text Font Color

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

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


#ebff48 Background Color

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

This div background color is #ebff48


#ebff48 Border Color

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

This div border color is #ebff48


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(235,255,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 #ebff48">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ebff48

Related Colors

#ebff48 Color Palettes


Comments

No comments written yet.

Please login to write comment.