Color Hex Logo

#48cfbc Color Hex

#48CFBC
(72,207,188)
0 Favorites   0 Comments

Color spaces of #48cfbc

RGB 72207188
HSL0.480.580.55
HSV172°65°81°
CMYK 0.650.000.09   0.19
XYZ34.062449.634255.3620
Yxy49.63420.24490.3569
Hunter Lab70.4515-36.98782.7250
CIE-Lab75.8442-40.7270-1.2777

#48cfbc color RGB value is (72,207,188).

#48cfbc hex color red value is 72, green value is 207 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #48cfbc hue: 0.48 , saturation: 0.58 and the lightness value of 48cfbc is 0.55.

The process color (four color CMYK) of #48cfbc color hex is 0.65, 0.00, 0.09, 0.19. Web safe color of #48cfbc is #33cccc. Color #48cfbc contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01001000 11001111 10111100
Octal 110 317 274
Decimal 72 207 188
Hex 48 CF BC

RGB Percentages of Color #48cfbc

%15.42
%44.33
%40.26

CMYK Percentages of Color #48cfbc

%65
%0
%9
%19

Triadic Colors of #48cfbc

#48cfbc #bc48cf #cfbc48

Analogous Colors of #48cfbc

#48cfbc #489fcf #48cf79

Monochromatic Colors of #48cfbc

#48cfbc

Complementary Color

#48cfbc #cf485b

#48cfbc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#48cfbc Color Preview on White Background

Lorem ipsum dolor sit amet.

#48cfbc Color CSS Codes

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

#48cfbc Text Font Color

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

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


#48cfbc Background Color

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

This div background color is #48cfbc


#48cfbc Border Color

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

This div border color is #48cfbc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #48cfbc


Comments

No comments written yet.

Please login to write comment.