Color Hex Logo

#48ebbb Color Hex

#48EBBB
(72,235,187)
0 Favorites   0 Comments

Color spaces of #48ebbb

RGB 72235187
HSL0.450.800.60
HSV162°69°92°
CMYK 0.690.000.20   0.08
XYZ41.350564.382257.2613
Yxy64.38220.25370.3950
Hunter Lab80.2385-48.428413.8553
CIE-Lab84.1644-52.878311.2624

#48ebbb color RGB value is (72,235,187).

#48ebbb hex color red value is 72, green value is 235 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #48ebbb hue: 0.45 , saturation: 0.80 and the lightness value of 48ebbb is 0.60.

The process color (four color CMYK) of #48ebbb color hex is 0.69, 0.00, 0.20, 0.08. Web safe color of #48ebbb is #33ffcc. Color #48ebbb contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01001000 11101011 10111011
Octal 110 353 273
Decimal 72 235 187
Hex 48 EB BB

RGB Percentages of Color #48ebbb

%14.57
%47.57
%37.85

CMYK Percentages of Color #48ebbb

%69
%0
%20
%8

Triadic Colors of #48ebbb

#48ebbb #bb48eb #ebbb48

Analogous Colors of #48ebbb

#48ebbb #48caeb #48eb6a

Monochromatic Colors of #48ebbb

#48ebbb

Complementary Color

#48ebbb #eb4878

#48ebbb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#48ebbb Color Preview on White Background

Lorem ipsum dolor sit amet.

#48ebbb Color CSS Codes

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

#48ebbb Text Font Color

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

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


#48ebbb Background Color

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

This div background color is #48ebbb


#48ebbb Border Color

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

This div border color is #48ebbb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #48ebbb


Comments

No comments written yet.

Please login to write comment.