Color Hex Logo

#44addf Color Hex

#44ADDF
(68,173,223)
0 Favorites   0 Comments

Color spaces of #44addf

RGB 68173223
HSL0.550.710.57
HSV199°70°87°
CMYK 0.700.220.00   0.13
XYZ30.646736.443875.2311
Yxy36.44380.21530.2561
Hunter Lab60.3687-15.0281-31.6287
CIE-Lab66.8576-14.2837-33.9529

#44addf color RGB value is (68,173,223).

#44addf hex color red value is 68, green value is 173 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #44addf hue: 0.55 , saturation: 0.71 and the lightness value of 44addf is 0.57.

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

Base Numbers

BaseRedGreenBlue
Binary 01000100 10101101 11011111
Octal 104 255 337
Decimal 68 173 223
Hex 44 AD DF

RGB Percentages of Color #44addf

%14.66
%37.28
%48.06

CMYK Percentages of Color #44addf

%70
%22
%0
%13

Triadic Colors of #44addf

#44addf #df44ad #addf44

Analogous Colors of #44addf

#44addf #4460df #44dfc4

Monochromatic Colors of #44addf

#44addf

Complementary Color

#44addf #df7644

#44addf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#44addf Color Preview on White Background

Lorem ipsum dolor sit amet.

#44addf Color CSS Codes

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

#44addf Text Font Color

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

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


#44addf Background Color

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

This div background color is #44addf


#44addf Border Color

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

This div border color is #44addf


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(68,173,223, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #44addf


Comments

No comments written yet.

Please login to write comment.