Color Hex Logo

#48cfce Color Hex

#48CFCE
(72,207,206)
0 Favorites   0 Comments

Color spaces of #48cfce

RGB 72207206
HSL0.500.580.55
HSV180°65°81°
CMYK 0.650.000.00   0.19
XYZ36.125950.459666.2282
Yxy50.45960.23640.3302
Hunter Lab71.0349-33.5322-5.5536
CIE-Lab76.3505-35.8778-10.2313

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

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001000 11001111 11001110
Octal 110 317 316
Decimal 72 207 206
Hex 48 CF CE

RGB Percentages of Color #48cfce

%14.85
%42.68
%42.47

CMYK Percentages of Color #48cfce

%65
%0
%0
%19

Triadic Colors of #48cfce

#48cfce #ce48cf #cfce48

Analogous Colors of #48cfce

#48cfce #488dcf #48cf8b

Monochromatic Colors of #48cfce

#48cfce

Complementary Color

#48cfce #cf4849

#48cfce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#48cfce Color Preview on White Background

Lorem ipsum dolor sit amet.

#48cfce Color CSS Codes

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

#48cfce Text Font Color

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

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


#48cfce Background Color

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

This div background color is #48cfce


#48cfce Border Color

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

This div border color is #48cfce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #48cfce


Comments

No comments written yet.

Please login to write comment.