Color Hex Logo

#48deae Color Hex

#48DEAE
(72,222,174)
0 Favorites   0 Comments

Color spaces of #48deae

RGB 72222174
HSL0.450.690.58
HSV161°68°87°
CMYK 0.680.000.22   0.13
XYZ36.433756.676349.0638
Yxy56.67630.25630.3986
Hunter Lab75.2837-45.360914.0581
CIE-Lab79.9972-50.570512.1812

#48deae color RGB value is (72,222,174).

#48deae hex color red value is 72, green value is 222 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #48deae hue: 0.45 , saturation: 0.69 and the lightness value of 48deae is 0.58.

The process color (four color CMYK) of #48deae color hex is 0.68, 0.00, 0.22, 0.13. Web safe color of #48deae is #33cc99. Color #48deae contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01001000 11011110 10101110
Octal 110 336 256
Decimal 72 222 174
Hex 48 DE AE

RGB Percentages of Color #48deae

%15.38
%47.44
%37.18

CMYK Percentages of Color #48deae

%68
%0
%22
%13

Triadic Colors of #48deae

#48deae #ae48de #deae48

Analogous Colors of #48deae

#48deae #48c3de #48de63

Monochromatic Colors of #48deae

#48deae

Complementary Color

#48deae #de4878

#48deae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#48deae Color Preview on White Background

Lorem ipsum dolor sit amet.

#48deae Color CSS Codes

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

#48deae Text Font Color

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

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


#48deae Background Color

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

This div background color is #48deae


#48deae Border Color

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

This div border color is #48deae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #48deae


Comments

No comments written yet.

Please login to write comment.