Color Hex Logo

#48decf Color Hex

#48DECF
(72,222,207)
0 Favorites   0 Comments

Color spaces of #48decf

RGB 72222207
HSL0.480.690.58
HSV174°68°87°
CMYK 0.680.000.07   0.13
XYZ40.056258.125368.1396
Yxy58.12530.24080.3495
Hunter Lab76.2400-39.63660.3774
CIE-Lab80.8084-42.4078-4.1600

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

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001000 11011110 11001111
Octal 110 336 317
Decimal 72 222 207
Hex 48 DE CF

RGB Percentages of Color #48decf

%14.37
%44.31
%41.32

CMYK Percentages of Color #48decf

%68
%0
%7
%13

Triadic Colors of #48decf

#48decf #cf48de #decf48

Analogous Colors of #48decf

#48decf #48a2de #48de84

Monochromatic Colors of #48decf

#48decf

Complementary Color

#48decf #de4857

#48decf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#48decf Color Preview on White Background

Lorem ipsum dolor sit amet.

#48decf Color CSS Codes

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

#48decf Text Font Color

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

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


#48decf Background Color

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

This div background color is #48decf


#48decf Border Color

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

This div border color is #48decf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #48decf


Comments

No comments written yet.

Please login to write comment.