Color Hex Logo

#48ddeb Color Hex

#48DDEB
(72,221,235)
0 Favorites   0 Comments

Color spaces of #48ddeb

RGB 72221235
HSL0.510.800.60
HSV185°69°92°
CMYK 0.690.060.00   0.08
XYZ43.524359.088887.7086
Yxy59.08880.22870.3105
Hunter Lab76.8692-33.4523-13.8420
CIE-Lab81.3404-34.1800-18.2622

#48ddeb color RGB value is (72,221,235).

#48ddeb hex color red value is 72, green value is 221 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #48ddeb hue: 0.51 , saturation: 0.80 and the lightness value of 48ddeb is 0.60.

The process color (four color CMYK) of #48ddeb color hex is 0.69, 0.06, 0.00, 0.08. Web safe color of #48ddeb is #33ccff. Color #48ddeb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001000 11011101 11101011
Octal 110 335 353
Decimal 72 221 235
Hex 48 DD EB

RGB Percentages of Color #48ddeb

%13.64
%41.86
%44.51

CMYK Percentages of Color #48ddeb

%69
%6
%0
%8

Triadic Colors of #48ddeb

#48ddeb #eb48dd #ddeb48

Analogous Colors of #48ddeb

#48ddeb #488ceb #48eba8

Monochromatic Colors of #48ddeb

#48ddeb

Complementary Color

#48ddeb #eb5648

#48ddeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#48ddeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#48ddeb Color CSS Codes

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

#48ddeb Text Font Color

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

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


#48ddeb Background Color

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

This div background color is #48ddeb


#48ddeb Border Color

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

This div border color is #48ddeb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #48ddeb


Comments

No comments written yet.

Please login to write comment.