Color Hex Logo

#48efbd Color Hex

#48EFBD
(72,239,189)
0 Favorites   0 Comments

Color spaces of #48efbd

RGB 72239189
HSL0.450.840.61
HSV162°70°94°
CMYK 0.700.000.21   0.06
XYZ42.724366.784858.7831
Yxy66.78480.25390.3968
Hunter Lab81.7220-49.693514.5577
CIE-Lab85.3952-54.033311.9668

#48efbd color RGB value is (72,239,189).

#48efbd hex color red value is 72, green value is 239 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #48efbd hue: 0.45 , saturation: 0.84 and the lightness value of 48efbd is 0.61.

The process color (four color CMYK) of #48efbd color hex is 0.70, 0.00, 0.21, 0.06. Web safe color of #48efbd is #33ffcc. Color #48efbd contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01001000 11101111 10111101
Octal 110 357 275
Decimal 72 239 189
Hex 48 EF BD

RGB Percentages of Color #48efbd

%14.40
%47.80
%37.80

CMYK Percentages of Color #48efbd

%70
%0
%21
%6

Triadic Colors of #48efbd

#48efbd #bd48ef #efbd48

Analogous Colors of #48efbd

#48efbd #48ceef #48ef6a

Monochromatic Colors of #48efbd

#48efbd

Complementary Color

#48efbd #ef487a

#48efbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#48efbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#48efbd Color CSS Codes

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

#48efbd Text Font Color

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

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


#48efbd Background Color

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

This div background color is #48efbd


#48efbd Border Color

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

This div border color is #48efbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #48efbd


Comments

No comments written yet.

Please login to write comment.