Color Hex Logo

#48cfbe Color Hex

#48CFBE
(72,207,190)
0 Favorites   0 Comments

Color spaces of #48cfbe

RGB 72207190
HSL0.480.580.55
HSV172°65°81°
CMYK 0.650.000.08   0.19
XYZ34.279649.721156.5056
Yxy49.72110.24400.3539
Hunter Lab70.5132-36.62131.8473
CIE-Lab75.8978-40.2046-2.2770

#48cfbe color RGB value is (72,207,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001000 11001111 10111110
Octal 110 317 276
Decimal 72 207 190
Hex 48 CF BE

RGB Percentages of Color #48cfbe

%15.35
%44.14
%40.51

CMYK Percentages of Color #48cfbe

%65
%0
%8
%19

Triadic Colors of #48cfbe

#48cfbe #be48cf #cfbe48

Analogous Colors of #48cfbe

#48cfbe #489dcf #48cf7b

Monochromatic Colors of #48cfbe

#48cfbe

Complementary Color

#48cfbe #cf4859

#48cfbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#48cfbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#48cfbe Color CSS Codes

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

#48cfbe Text Font Color

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

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


#48cfbe Background Color

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

This div background color is #48cfbe


#48cfbe Border Color

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

This div border color is #48cfbe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #48cfbe


Comments

No comments written yet.

Please login to write comment.