Color Hex Logo

#48edbc Color Hex

#48EDBC
(72,237,188)
0 Favorites   0 Comments

Color spaces of #48edbc

RGB 72237188
HSL0.450.820.61
HSV162°70°93°
CMYK 0.700.000.21   0.07
XYZ42.033865.576958.0192
Yxy65.57690.25380.3959
Hunter Lab80.9796-49.060814.2064
CIE-Lab84.7801-53.457011.6150

#48edbc color RGB value is (72,237,188).

#48edbc hex color red value is 72, green value is 237 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #48edbc hue: 0.45 , saturation: 0.82 and the lightness value of 48edbc is 0.61.

The process color (four color CMYK) of #48edbc color hex is 0.70, 0.00, 0.21, 0.07. Web safe color of #48edbc is #33ffcc. Color #48edbc contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01001000 11101101 10111100
Octal 110 355 274
Decimal 72 237 188
Hex 48 ED BC

RGB Percentages of Color #48edbc

%14.49
%47.69
%37.83

CMYK Percentages of Color #48edbc

%70
%0
%21
%7

Triadic Colors of #48edbc

#48edbc #bc48ed #edbc48

Analogous Colors of #48edbc

#48edbc #48cced #48ed6a

Monochromatic Colors of #48edbc

#48edbc

Complementary Color

#48edbc #ed4879

#48edbc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#48edbc Color Preview on White Background

Lorem ipsum dolor sit amet.

#48edbc Color CSS Codes

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

#48edbc Text Font Color

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

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


#48edbc Background Color

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

This div background color is #48edbc


#48edbc Border Color

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

This div border color is #48edbc


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(72,237,188, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #48edbc">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #48edbc


Comments

No comments written yet.

Please login to write comment.