Color Hex Logo

#48dfcb Color Hex

#48DFCB
(72,223,203)
0 Favorites   0 Comments

Color spaces of #48dfcb

RGB 72223203
HSL0.480.700.58
HSV172°68°87°
CMYK 0.680.000.09   0.13
XYZ39.839758.464965.6850
Yxy58.46490.24290.3565
Hunter Lab76.4623-40.80402.5905
CIE-Lab80.9966-43.8955-1.7562

#48dfcb color RGB value is (72,223,203).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001000 11011111 11001011
Octal 110 337 313
Decimal 72 223 203
Hex 48 DF CB

RGB Percentages of Color #48dfcb

%14.46
%44.78
%40.76

CMYK Percentages of Color #48dfcb

%68
%0
%9
%13

Triadic Colors of #48dfcb

#48dfcb #cb48df #dfcb48

Analogous Colors of #48dfcb

#48dfcb #48a8df #48df80

Monochromatic Colors of #48dfcb

#48dfcb

Complementary Color

#48dfcb #df485c

#48dfcb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#48dfcb Color Preview on White Background

Lorem ipsum dolor sit amet.

#48dfcb Color CSS Codes

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

#48dfcb Text Font Color

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

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


#48dfcb Background Color

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

This div background color is #48dfcb


#48dfcb Border Color

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

This div border color is #48dfcb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #48dfcb


Comments

No comments written yet.

Please login to write comment.