Color Hex Logo

#48fdbb Color Hex

#48FDBB
(72,253,187)
0 Favorites   0 Comments

Color spaces of #48fdbb

RGB 72253187
HSL0.440.980.64
HSV158°72°99°
CMYK 0.720.000.26   0.01
XYZ46.767475.216159.0670
Yxy75.21610.25830.4154
Hunter Lab86.7272-55.517020.3286
CIE-Lab89.4941-59.981718.7723

#48fdbb color RGB value is (72,253,187).

#48fdbb hex color red value is 72, green value is 253 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #48fdbb hue: 0.44 , saturation: 0.98 and the lightness value of 48fdbb is 0.64.

The process color (four color CMYK) of #48fdbb color hex is 0.72, 0.00, 0.26, 0.01. Web safe color of #48fdbb is #33ffcc. Color #48fdbb contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01001000 11111101 10111011
Octal 110 375 273
Decimal 72 253 187
Hex 48 FD BB

RGB Percentages of Color #48fdbb

%14.06
%49.41
%36.52

CMYK Percentages of Color #48fdbb

%72
%0
%26
%1

Triadic Colors of #48fdbb

#48fdbb #bb48fd #fdbb48

Analogous Colors of #48fdbb

#48fdbb #48e5fd #48fd60

Monochromatic Colors of #48fdbb

#48fdbb

Complementary Color

#48fdbb #fd488a

#48fdbb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#48fdbb Color Preview on White Background

Lorem ipsum dolor sit amet.

#48fdbb Color CSS Codes

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

#48fdbb Text Font Color

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

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


#48fdbb Background Color

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

This div background color is #48fdbb


#48fdbb Border Color

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

This div border color is #48fdbb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #48fdbb


Comments

No comments written yet.

Please login to write comment.