Color Hex Logo

#48acdd Color Hex

#48ACDD
(72,172,221)
0 Favorites   0 Comments

Color spaces of #48acdd

RGB 72172221
HSL0.550.690.57
HSV200°67°87°
CMYK 0.670.220.00   0.13
XYZ30.476236.103273.7690
Yxy36.10320.21710.2572
Hunter Lab60.0859-14.6134-30.7316
CIE-Lab66.5987-13.8046-33.2464

#48acdd color RGB value is (72,172,221).

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

The process color (four color CMYK) of #48acdd color hex is 0.67, 0.22, 0.00, 0.13. Web safe color of #48acdd is #3399cc. Color #48acdd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001000 10101100 11011101
Octal 110 254 335
Decimal 72 172 221
Hex 48 AC DD

RGB Percentages of Color #48acdd

%15.48
%36.99
%47.53

CMYK Percentages of Color #48acdd

%67
%22
%0
%13

Triadic Colors of #48acdd

#48acdd #dd48ac #acdd48

Analogous Colors of #48acdd

#48acdd #4862dd #48ddc4

Monochromatic Colors of #48acdd

#48acdd

Complementary Color

#48acdd #dd7948

#48acdd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#48acdd Color Preview on White Background

Lorem ipsum dolor sit amet.

#48acdd Color CSS Codes

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

#48acdd Text Font Color

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

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


#48acdd Background Color

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

This div background color is #48acdd


#48acdd Border Color

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

This div border color is #48acdd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #48acdd


Comments

No comments written yet.

Please login to write comment.