Color Hex Logo

#48bfbd Color Hex

#48BFBD
(72,191,189)
0 Favorites   0 Comments

Color spaces of #48bfbd

RGB 72191189
HSL0.500.480.52
HSV179°62°75°
CMYK 0.620.000.01   0.25
XYZ30.488642.313454.7045
Yxy42.31340.23910.3319
Hunter Lab65.0488-30.1717-4.3274
CIE-Lab71.0865-33.1020-8.8462

#48bfbd color RGB value is (72,191,189).

#48bfbd hex color red value is 72, green value is 191 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #48bfbd hue: 0.50 , saturation: 0.48 and the lightness value of 48bfbd is 0.52.

The process color (four color CMYK) of #48bfbd color hex is 0.62, 0.00, 0.01, 0.25. Web safe color of #48bfbd is #33cccc. Color #48bfbd contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01001000 10111111 10111101
Octal 110 277 275
Decimal 72 191 189
Hex 48 BF BD

RGB Percentages of Color #48bfbd

%15.93
%42.26
%41.81

CMYK Percentages of Color #48bfbd

%62
%0
%1
%25

Triadic Colors of #48bfbd

#48bfbd #bd48bf #bfbd48

Analogous Colors of #48bfbd

#48bfbd #4886bf #48bf82

Monochromatic Colors of #48bfbd

#48bfbd

Complementary Color

#48bfbd #bf484a

#48bfbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#48bfbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#48bfbd Color CSS Codes

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

#48bfbd Text Font Color

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

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


#48bfbd Background Color

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

This div background color is #48bfbd


#48bfbd Border Color

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

This div border color is #48bfbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #48bfbd


Comments

No comments written yet.

Please login to write comment.