Color Hex Logo

#48ddee Color Hex

#48DDEE
(72,221,238)
0 Favorites   0 Comments

Color spaces of #48ddee

RGB 72221238
HSL0.520.830.61
HSV186°70°93°
CMYK 0.700.070.00   0.07
XYZ43.961659.263790.0109
Yxy59.26370.22750.3067
Hunter Lab76.9829-32.7865-15.4357
CIE-Lab81.4363-33.3072-19.7110

#48ddee color RGB value is (72,221,238).

#48ddee hex color red value is 72, green value is 221 and the blue value of its RGB is 238. Cylindrical-coordinate representations (also known as HSL) of color #48ddee hue: 0.52 , saturation: 0.83 and the lightness value of 48ddee is 0.61.

The process color (four color CMYK) of #48ddee color hex is 0.70, 0.07, 0.00, 0.07. Web safe color of #48ddee is #33ccff. Color #48ddee contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001000 11011101 11101110
Octal 110 335 356
Decimal 72 221 238
Hex 48 DD EE

RGB Percentages of Color #48ddee

%13.56
%41.62
%44.82

CMYK Percentages of Color #48ddee

%70
%7
%0
%7

Triadic Colors of #48ddee

#48ddee #ee48dd #ddee48

Analogous Colors of #48ddee

#48ddee #488aee #48eeac

Monochromatic Colors of #48ddee

#48ddee

Complementary Color

#48ddee #ee5948

#48ddee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#48ddee Color Preview on White Background

Lorem ipsum dolor sit amet.

#48ddee Color CSS Codes

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

#48ddee Text Font Color

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

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


#48ddee Background Color

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

This div background color is #48ddee


#48ddee Border Color

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

This div border color is #48ddee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #48ddee


Comments

No comments written yet.

Please login to write comment.