Color Hex Logo

#48dcae Color Hex

#48DCAE
(72,220,174)
0 Favorites   0 Comments

Color spaces of #48dcae

RGB 72220174
HSL0.450.680.57
HSV161°67°86°
CMYK 0.670.000.21   0.14
XYZ35.905755.620148.8877
Yxy55.62010.25570.3961
Hunter Lab74.5789-44.575013.3396
CIE-Lab79.3971-49.747211.3303

#48dcae color RGB value is (72,220,174).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001000 11011100 10101110
Octal 110 334 256
Decimal 72 220 174
Hex 48 DC AE

RGB Percentages of Color #48dcae

%15.45
%47.21
%37.34

CMYK Percentages of Color #48dcae

%67
%0
%21
%14

Triadic Colors of #48dcae

#48dcae #ae48dc #dcae48

Analogous Colors of #48dcae

#48dcae #48c0dc #48dc64

Monochromatic Colors of #48dcae

#48dcae

Complementary Color

#48dcae #dc4876

#48dcae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#48dcae Color Preview on White Background

Lorem ipsum dolor sit amet.

#48dcae Color CSS Codes

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

#48dcae Text Font Color

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

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


#48dcae Background Color

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

This div background color is #48dcae


#48dcae Border Color

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

This div border color is #48dcae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #48dcae


Comments

No comments written yet.

Please login to write comment.