Color Hex Logo

#48db23 Color Hex

#48DB23
(72,219,35)
0 Favorites   0 Comments

Color spaces of #48db23

RGB 7221935
HSL0.300.720.50
HSV108°84°86°
CMYK 0.670.000.84   0.14
XYZ28.307452.162110.1665
Yxy52.16210.31230.5755
Hunter Lab72.2233-56.429142.2104
CIE-Lab77.3777-68.584270.2626

#48db23 color RGB value is (72,219,35).

#48db23 hex color red value is 72, green value is 219 and the blue value of its RGB is 35. Cylindrical-coordinate representations (also known as HSL) of color #48db23 hue: 0.30 , saturation: 0.72 and the lightness value of 48db23 is 0.50.

The process color (four color CMYK) of #48db23 color hex is 0.67, 0.00, 0.84, 0.14. Web safe color of #48db23 is #33cc33. Color #48db23 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01001000 11011011 00100011
Octal 110 333 43
Decimal 72 219 35
Hex 48 DB 23

RGB Percentages of Color #48db23

%22.09
%67.18
%10.74

CMYK Percentages of Color #48db23

%67
%0
%84
%14

Triadic Colors of #48db23

#48db23 #2348db #db2348

Analogous Colors of #48db23

#48db23 #23db5a #a4db23

Monochromatic Colors of #48db23

#48db23

Complementary Color

#48db23 #b623db

#48db23 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#48db23 Color Preview on White Background

Lorem ipsum dolor sit amet.

#48db23 Color CSS Codes

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

#48db23 Text Font Color

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

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


#48db23 Background Color

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

This div background color is #48db23


#48db23 Border Color

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

This div border color is #48db23


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #48db23


Comments

No comments written yet.

Please login to write comment.