Color Hex Logo

#48ccda Color Hex

#48CCDA
(72,204,218)
0 Favorites   0 Comments

Color spaces of #48ccda

RGB 72204218
HSL0.520.660.57
HSV186°67°85°
CMYK 0.670.060.00   0.15
XYZ36.920249.625473.9624
Yxy49.62540.23000.3092
Hunter Lab70.4453-29.7279-12.9384
CIE-Lab75.8388-31.0368-17.4687

#48ccda color RGB value is (72,204,218).

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

The process color (four color CMYK) of #48ccda color hex is 0.67, 0.06, 0.00, 0.15. Web safe color of #48ccda is #33cccc. Color #48ccda contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001000 11001100 11011010
Octal 110 314 332
Decimal 72 204 218
Hex 48 CC DA

RGB Percentages of Color #48ccda

%14.57
%41.30
%44.13

CMYK Percentages of Color #48ccda

%67
%6
%0
%15

Triadic Colors of #48ccda

#48ccda #da48cc #ccda48

Analogous Colors of #48ccda

#48ccda #4883da #48da9f

Monochromatic Colors of #48ccda

#48ccda

Complementary Color

#48ccda #da5648

#48ccda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#48ccda Color Preview on White Background

Lorem ipsum dolor sit amet.

#48ccda Color CSS Codes

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

#48ccda Text Font Color

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

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


#48ccda Background Color

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

This div background color is #48ccda


#48ccda Border Color

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

This div border color is #48ccda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #48ccda


Comments

No comments written yet.

Please login to write comment.