Color Hex Logo

#48fbae Color Hex

#48FBAE
(72,251,174)
0 Favorites   0 Comments

Color spaces of #48fbae

RGB 72251174
HSL0.430.960.63
HSV154°71°98°
CMYK 0.710.000.31   0.02
XYZ44.809673.428151.8557
Yxy73.42810.26340.4317
Hunter Lab85.6902-56.615624.1036
CIE-Lab88.6515-61.936524.2476

#48fbae color RGB value is (72,251,174).

#48fbae hex color red value is 72, green value is 251 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #48fbae hue: 0.43 , saturation: 0.96 and the lightness value of 48fbae is 0.63.

The process color (four color CMYK) of #48fbae color hex is 0.71, 0.00, 0.31, 0.02. Web safe color of #48fbae is #33ff99. Color #48fbae contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01001000 11111011 10101110
Octal 110 373 256
Decimal 72 251 174
Hex 48 FB AE

RGB Percentages of Color #48fbae

%14.49
%50.50
%35.01

CMYK Percentages of Color #48fbae

%71
%0
%31
%2

Triadic Colors of #48fbae

#48fbae #ae48fb #fbae48

Analogous Colors of #48fbae

#48fbae #48effb #48fb55

Monochromatic Colors of #48fbae

#48fbae

Complementary Color

#48fbae #fb4895

#48fbae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#48fbae Color Preview on White Background

Lorem ipsum dolor sit amet.

#48fbae Color CSS Codes

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

#48fbae Text Font Color

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

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


#48fbae Background Color

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

This div background color is #48fbae


#48fbae Border Color

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

This div border color is #48fbae


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(72,251,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 #48fbae">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #48fbae


Comments

No comments written yet.

Please login to write comment.