Color Hex Logo

#48ebae Color Hex

#48EBAE
(72,235,174)
0 Favorites   0 Comments

Color spaces of #48ebae

RGB 72235174
HSL0.440.800.60
HSV158°69°92°
CMYK 0.690.000.26   0.08
XYZ40.020863.850450.2594
Yxy63.85040.25970.4143
Hunter Lab79.9064-50.435318.6424
CIE-Lab83.8878-55.791617.6537

#48ebae color RGB value is (72,235,174).

#48ebae hex color red value is 72, green value is 235 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #48ebae hue: 0.44 , saturation: 0.80 and the lightness value of 48ebae is 0.60.

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

Base Numbers

BaseRedGreenBlue
Binary 01001000 11101011 10101110
Octal 110 353 256
Decimal 72 235 174
Hex 48 EB AE

RGB Percentages of Color #48ebae

%14.97
%48.86
%36.17

CMYK Percentages of Color #48ebae

%69
%0
%26
%8

Triadic Colors of #48ebae

#48ebae #ae48eb #ebae48

Analogous Colors of #48ebae

#48ebae #48d7eb #48eb5d

Monochromatic Colors of #48ebae

#48ebae

Complementary Color

#48ebae #eb4885

#48ebae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#48ebae Color Preview on White Background

Lorem ipsum dolor sit amet.

#48ebae Color CSS Codes

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

#48ebae Text Font Color

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

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


#48ebae Background Color

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

This div background color is #48ebae


#48ebae Border Color

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

This div border color is #48ebae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #48ebae


Comments

No comments written yet.

Please login to write comment.