Color Hex Logo

#48dfce Color Hex

#48DFCE
(72,223,206)
0 Favorites   0 Comments

Color spaces of #48dfce

RGB 72223206
HSL0.480.700.58
HSV173°68°87°
CMYK 0.680.000.08   0.13
XYZ40.200758.609367.5864
Yxy58.60930.24160.3522
Hunter Lab76.5567-40.24211.2468
CIE-Lab81.0764-43.1126-3.2338

#48dfce color RGB value is (72,223,206).

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

The process color (four color CMYK) of #48dfce color hex is 0.68, 0.00, 0.08, 0.13. Web safe color of #48dfce is #33cccc. Color #48dfce contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01001000 11011111 11001110
Octal 110 337 316
Decimal 72 223 206
Hex 48 DF CE

RGB Percentages of Color #48dfce

%14.37
%44.51
%41.12

CMYK Percentages of Color #48dfce

%68
%0
%8
%13

Triadic Colors of #48dfce

#48dfce #ce48df #dfce48

Analogous Colors of #48dfce

#48dfce #48a5df #48df83

Monochromatic Colors of #48dfce

#48dfce

Complementary Color

#48dfce #df4859

#48dfce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#48dfce Color Preview on White Background

Lorem ipsum dolor sit amet.

#48dfce Color CSS Codes

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

#48dfce Text Font Color

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

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


#48dfce Background Color

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

This div background color is #48dfce


#48dfce Border Color

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

This div border color is #48dfce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #48dfce


Comments

No comments written yet.

Please login to write comment.