Color Hex Logo

#48cfcf Color Hex

#48CFCF
(72,207,207)
0 Favorites   0 Comments

Color spaces of #48cfcf

RGB 72207207
HSL0.500.580.55
HSV180°65°81°
CMYK 0.650.000.00   0.19
XYZ36.247850.508466.8701
Yxy50.50840.23590.3288
Hunter Lab71.0693-33.3300-6.0383
CIE-Lab76.3803-35.5992-10.7257

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

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001000 11001111 11001111
Octal 110 317 317
Decimal 72 207 207
Hex 48 CF CF

RGB Percentages of Color #48cfcf

%14.81
%42.59
%42.59

CMYK Percentages of Color #48cfcf

%65
%0
%0
%19

Triadic Colors of #48cfcf

#48cfcf #cf48cf #cfcf48

Analogous Colors of #48cfcf

#48cfcf #488ccf #48cf8c

Monochromatic Colors of #48cfcf

#48cfcf

Complementary Color

#48cfcf #cf4848

#48cfcf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#48cfcf Color Preview on White Background

Lorem ipsum dolor sit amet.

#48cfcf Color CSS Codes

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

#48cfcf Text Font Color

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

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


#48cfcf Background Color

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

This div background color is #48cfcf


#48cfcf Border Color

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

This div border color is #48cfcf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #48cfcf


Comments

No comments written yet.

Please login to write comment.