Color Hex Logo

#48cccf Color Hex

#48CCCF
(72,204,207)
0 Favorites   0 Comments

Color spaces of #48cccf

RGB 72204207
HSL0.500.580.55
HSV181°65°81°
CMYK 0.650.010.00   0.19
XYZ35.527849.068466.6301
Yxy49.06840.23490.3245
Hunter Lab70.0488-32.0527-7.3622
CIE-Lab75.4939-34.1953-12.0503

#48cccf color RGB value is (72,204,207).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001000 11001100 11001111
Octal 110 314 317
Decimal 72 204 207
Hex 48 CC CF

RGB Percentages of Color #48cccf

%14.91
%42.24
%42.86

CMYK Percentages of Color #48cccf

%65
%1
%0
%19

Triadic Colors of #48cccf

#48cccf #cf48cc #cccf48

Analogous Colors of #48cccf

#48cccf #4889cf #48cf8f

Monochromatic Colors of #48cccf

#48cccf

Complementary Color

#48cccf #cf4b48

#48cccf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#48cccf Color Preview on White Background

Lorem ipsum dolor sit amet.

#48cccf Color CSS Codes

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

#48cccf Text Font Color

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

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


#48cccf Background Color

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

This div background color is #48cccf


#48cccf Border Color

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

This div border color is #48cccf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #48cccf


Comments

No comments written yet.

Please login to write comment.