Color Hex Logo

#48accd Color Hex

#48ACCD
(72,172,205)
0 Favorites   0 Comments

Color spaces of #48accd

RGB 72172205
HSL0.540.570.54
HSV195°65°80°
CMYK 0.650.160.00   0.20
XYZ28.444535.290563.0702
Yxy35.29050.22430.2783
Hunter Lab59.4058-18.4914-21.3632
CIE-Lab65.9742-18.8932-25.3840

#48accd color RGB value is (72,172,205).

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

The process color (four color CMYK) of #48accd color hex is 0.65, 0.16, 0.00, 0.20. Web safe color of #48accd is #3399cc. Color #48accd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001000 10101100 11001101
Octal 110 254 315
Decimal 72 172 205
Hex 48 AC CD

RGB Percentages of Color #48accd

%16.04
%38.31
%45.66

CMYK Percentages of Color #48accd

%65
%16
%0
%20

Triadic Colors of #48accd

#48accd #cd48ac #accd48

Analogous Colors of #48accd

#48accd #486acd #48cdac

Monochromatic Colors of #48accd

#48accd

Complementary Color

#48accd #cd6948

#48accd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#48accd Color Preview on White Background

Lorem ipsum dolor sit amet.

#48accd Color CSS Codes

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

#48accd Text Font Color

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

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


#48accd Background Color

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

This div background color is #48accd


#48accd Border Color

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

This div border color is #48accd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #48accd


Comments

No comments written yet.

Please login to write comment.