Color Hex Logo

#48cfcc Color Hex

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

Color spaces of #48cfcc

RGB 72207204
HSL0.500.580.55
HSV179°65°81°
CMYK 0.650.000.01   0.19
XYZ35.884450.363064.9565
Yxy50.36300.23730.3331
Hunter Lab70.9669-33.9336-4.5917
CIE-Lab76.2915-36.4325-9.2413

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

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

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

Base Numbers

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

RGB Percentages of Color #48cfcc

%14.91
%42.86
%42.24

CMYK Percentages of Color #48cfcc

%65
%0
%1
%19

Triadic Colors of #48cfcc

#48cfcc #cc48cf #cfcc48

Analogous Colors of #48cfcc

#48cfcc #488fcf #48cf89

Monochromatic Colors of #48cfcc

#48cfcc

Complementary Color

#48cfcc #cf484b

#48cfcc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#48cfcc Color Preview on White Background

Lorem ipsum dolor sit amet.

#48cfcc Color CSS Codes

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

#48cfcc Text Font Color

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

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


#48cfcc Background Color

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

This div background color is #48cfcc


#48cfcc Border Color

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

This div border color is #48cfcc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #48cfcc


Comments

No comments written yet.

Please login to write comment.