Color Hex Logo

#44accd Color Hex

#44ACCD
(68,172,205)
0 Favorites   0 Comments

Color spaces of #44accd

RGB 68172205
HSL0.540.580.54
HSV194°67°80°
CMYK 0.670.160.00   0.20
XYZ28.155935.141863.0567
Yxy35.14180.22280.2781
Hunter Lab59.2805-18.9605-21.5704
CIE-Lab65.8589-19.5312-25.5709

#44accd color RGB value is (68,172,205).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000100 10101100 11001101
Octal 104 254 315
Decimal 68 172 205
Hex 44 AC CD

RGB Percentages of Color #44accd

%15.28
%38.65
%46.07

CMYK Percentages of Color #44accd

%67
%16
%0
%20

Triadic Colors of #44accd

#44accd #cd44ac #accd44

Analogous Colors of #44accd

#44accd #4468cd #44cdaa

Monochromatic Colors of #44accd

#44accd

Complementary Color

#44accd #cd6544

#44accd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#44accd Color Preview on White Background

Lorem ipsum dolor sit amet.

#44accd Color CSS Codes

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

#44accd Text Font Color

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

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


#44accd Background Color

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

This div background color is #44accd


#44accd Border Color

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

This div border color is #44accd


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(68,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 #44accd">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #44accd


Comments

No comments written yet.

Please login to write comment.