Color Hex Logo

#48e5cc Color Hex

#48E5CC
(72,229,204)
0 Favorites   0 Comments

Color spaces of #48e5cc

RGB 72229204
HSL0.470.750.59
HSV170°69°90°
CMYK 0.690.000.11   0.10
XYZ41.590961.776066.8586
Yxy61.77600.24430.3629
Hunter Lab78.5977-43.09064.5838
CIE-Lab82.7942-46.23940.3425

#48e5cc color RGB value is (72,229,204).

#48e5cc hex color red value is 72, green value is 229 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #48e5cc hue: 0.47 , saturation: 0.75 and the lightness value of 48e5cc is 0.59.

The process color (four color CMYK) of #48e5cc color hex is 0.69, 0.00, 0.11, 0.10. Web safe color of #48e5cc is #33cccc. Color #48e5cc contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01001000 11100101 11001100
Octal 110 345 314
Decimal 72 229 204
Hex 48 E5 CC

RGB Percentages of Color #48e5cc

%14.26
%45.35
%40.40

CMYK Percentages of Color #48e5cc

%69
%0
%11
%10

Triadic Colors of #48e5cc

#48e5cc #cc48e5 #e5cc48

Analogous Colors of #48e5cc

#48e5cc #48b0e5 #48e57e

Monochromatic Colors of #48e5cc

#48e5cc

Complementary Color

#48e5cc #e54861

#48e5cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#48e5cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#48e5cc Color CSS Codes

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

#48e5cc Text Font Color

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

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


#48e5cc Background Color

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

This div background color is #48e5cc


#48e5cc Border Color

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

This div border color is #48e5cc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #48e5cc


Comments

No comments written yet.

Please login to write comment.