Color Hex Logo

#48ccae Color Hex

#48CCAE
(72,204,174)
0 Favorites   0 Comments

Color spaces of #48ccae

RGB 72204174
HSL0.460.560.54
HSV166°65°80°
CMYK 0.650.000.15   0.20
XYZ31.905347.619447.5543
Yxy47.61940.25110.3747
Hunter Lab69.0068-38.23247.4466
CIE-Lab74.5842-42.95734.4375

#48ccae color RGB value is (72,204,174).

#48ccae hex color red value is 72, green value is 204 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #48ccae hue: 0.46 , saturation: 0.56 and the lightness value of 48ccae is 0.54.

The process color (four color CMYK) of #48ccae color hex is 0.65, 0.00, 0.15, 0.20. Web safe color of #48ccae is #33cc99. Color #48ccae contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01001000 11001100 10101110
Octal 110 314 256
Decimal 72 204 174
Hex 48 CC AE

RGB Percentages of Color #48ccae

%16.00
%45.33
%38.67

CMYK Percentages of Color #48ccae

%65
%0
%15
%20

Triadic Colors of #48ccae

#48ccae #ae48cc #ccae48

Analogous Colors of #48ccae

#48ccae #48a8cc #48cc6c

Monochromatic Colors of #48ccae

#48ccae

Complementary Color

#48ccae #cc4866

#48ccae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#48ccae Color Preview on White Background

Lorem ipsum dolor sit amet.

#48ccae Color CSS Codes

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

#48ccae Text Font Color

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

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


#48ccae Background Color

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

This div background color is #48ccae


#48ccae Border Color

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

This div border color is #48ccae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #48ccae


Comments

No comments written yet.

Please login to write comment.