Color Hex Logo

#48ebdd Color Hex

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

Color spaces of #48ebdd

RGB 72235221
HSL0.490.800.60
HSV175°69°92°
CMYK 0.690.000.06   0.08
XYZ45.432066.014878.7542
Yxy66.01480.23890.3471
Hunter Lab81.2495-42.3754-0.5945
CIE-Lab85.0040-44.4210-5.3842

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

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

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

Base Numbers

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

RGB Percentages of Color #48ebdd

%13.64
%44.51
%41.86

CMYK Percentages of Color #48ebdd

%69
%0
%6
%8

Triadic Colors of #48ebdd

#48ebdd #dd48eb #ebdd48

Analogous Colors of #48ebdd

#48ebdd #48a8eb #48eb8c

Monochromatic Colors of #48ebdd

#48ebdd

Complementary Color

#48ebdd #eb4856

#48ebdd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#48ebdd Color Preview on White Background

Lorem ipsum dolor sit amet.

#48ebdd Color CSS Codes

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

#48ebdd Text Font Color

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

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


#48ebdd Background Color

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

This div background color is #48ebdd


#48ebdd Border Color

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

This div border color is #48ebdd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #48ebdd


Comments

No comments written yet.

Please login to write comment.