Color Hex Logo

#48ddda Color Hex

#48DDDA
(72,221,218)
0 Favorites   0 Comments

Color spaces of #48ddda

RGB 72221218
HSL0.500.690.57
HSV179°67°87°
CMYK 0.670.000.01   0.13
XYZ41.183858.152675.3836
Yxy58.15260.23570.3328
Hunter Lab76.2579-37.0506-5.2298
CIE-Lab80.8236-38.9880-9.9932

#48ddda color RGB value is (72,221,218).

#48ddda hex color red value is 72, green value is 221 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #48ddda hue: 0.50 , saturation: 0.69 and the lightness value of 48ddda is 0.57.

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

Base Numbers

BaseRedGreenBlue
Binary 01001000 11011101 11011010
Octal 110 335 332
Decimal 72 221 218
Hex 48 DD DA

RGB Percentages of Color #48ddda

%14.09
%43.25
%42.66

CMYK Percentages of Color #48ddda

%67
%0
%1
%13

Triadic Colors of #48ddda

#48ddda #da48dd #ddda48

Analogous Colors of #48ddda

#48ddda #4896dd #48dd90

Monochromatic Colors of #48ddda

#48ddda

Complementary Color

#48ddda #dd484b

#48ddda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#48ddda Color Preview on White Background

Lorem ipsum dolor sit amet.

#48ddda Color CSS Codes

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

#48ddda Text Font Color

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

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


#48ddda Background Color

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

This div background color is #48ddda


#48ddda Border Color

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

This div border color is #48ddda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #48ddda


Comments

No comments written yet.

Please login to write comment.