Color Hex Logo

#48eb03 Color Hex

#48EB03
(72,235,3)
0 Favorites   0 Comments

Color spaces of #48eb03

RGB 722353
HSL0.280.970.47
HSV102°99°92°
CMYK 0.690.000.99   0.08
XYZ32.397360.801010.1144
Yxy60.80100.31360.5885
Hunter Lab77.9750-62.292546.8918
CIE-Lab82.2716-74.315678.8557

#48eb03 color RGB value is (72,235,3).

#48eb03 hex color red value is 72, green value is 235 and the blue value of its RGB is 3. Cylindrical-coordinate representations (also known as HSL) of color #48eb03 hue: 0.28 , saturation: 0.97 and the lightness value of 48eb03 is 0.47.

The process color (four color CMYK) of #48eb03 color hex is 0.69, 0.00, 0.99, 0.08. Web safe color of #48eb03 is #33ff00. Color #48eb03 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01001000 11101011 00000011
Octal 110 353 3
Decimal 72 235 3
Hex 48 EB 3

RGB Percentages of Color #48eb03

%23.23
%75.81
%0.97

CMYK Percentages of Color #48eb03

%69
%0
%99
%8

Triadic Colors of #48eb03

#48eb03 #0348eb #eb0348

Analogous Colors of #48eb03

#48eb03 #03eb32 #bceb03

Monochromatic Colors of #48eb03

#48eb03

Complementary Color

#48eb03 #a603eb

#48eb03 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#48eb03 Color Preview on White Background

Lorem ipsum dolor sit amet.

#48eb03 Color CSS Codes

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

#48eb03 Text Font Color

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

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


#48eb03 Background Color

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

This div background color is #48eb03


#48eb03 Border Color

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

This div border color is #48eb03


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #48eb03


Comments

No comments written yet.

Please login to write comment.