Color Hex Logo

#48dbae Color Hex

#48DBAE
(72,219,174)
0 Favorites   0 Comments

Color spaces of #48dbae

RGB 72219174
HSL0.450.670.57
HSV162°67°86°
CMYK 0.670.000.21   0.14
XYZ35.644055.096748.8005
Yxy55.09670.25540.3948
Hunter Lab74.2272-44.181512.9789
CIE-Lab79.0969-49.333610.9039

#48dbae color RGB value is (72,219,174).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001000 11011011 10101110
Octal 110 333 256
Decimal 72 219 174
Hex 48 DB AE

RGB Percentages of Color #48dbae

%15.48
%47.10
%37.42

CMYK Percentages of Color #48dbae

%67
%0
%21
%14

Triadic Colors of #48dbae

#48dbae #ae48db #dbae48

Analogous Colors of #48dbae

#48dbae #48bfdb #48db65

Monochromatic Colors of #48dbae

#48dbae

Complementary Color

#48dbae #db4875

#48dbae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#48dbae Color Preview on White Background

Lorem ipsum dolor sit amet.

#48dbae Color CSS Codes

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

#48dbae Text Font Color

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

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


#48dbae Background Color

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

This div background color is #48dbae


#48dbae Border Color

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

This div border color is #48dbae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #48dbae


Comments

No comments written yet.

Please login to write comment.