Color Hex Logo

#48ceb1 Color Hex

#48CEB1
(72,206,177)
0 Favorites   0 Comments

Color spaces of #48ceb1

RGB 72206177
HSL0.460.580.55
HSV167°65°81°
CMYK 0.650.000.14   0.19
XYZ32.679648.694749.2716
Yxy48.69470.25010.3727
Hunter Lab69.7816-38.52406.9834
CIE-Lab75.2610-43.08583.7992

#48ceb1 color RGB value is (72,206,177).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001000 11001110 10110001
Octal 110 316 261
Decimal 72 206 177
Hex 48 CE B1

RGB Percentages of Color #48ceb1

%15.82
%45.27
%38.90

CMYK Percentages of Color #48ceb1

%65
%0
%14
%19

Triadic Colors of #48ceb1

#48ceb1 #b148ce #ceb148

Analogous Colors of #48ceb1

#48ceb1 #48a8ce #48ce6e

Monochromatic Colors of #48ceb1

#48ceb1

Complementary Color

#48ceb1 #ce4865

#48ceb1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#48ceb1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#48ceb1 Color CSS Codes

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

#48ceb1 Text Font Color

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

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


#48ceb1 Background Color

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

This div background color is #48ceb1


#48ceb1 Border Color

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

This div border color is #48ceb1


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #48ceb1


Comments

No comments written yet.

Please login to write comment.