Color Hex Logo

#44abdf Color Hex

#44ABDF
(68,171,223)
0 Favorites   0 Comments

Color spaces of #44abdf

RGB 68171223
HSL0.560.710.57
HSV200°70°87°
CMYK 0.700.230.00   0.13
XYZ30.266135.682575.1043
Yxy35.68250.21460.2530
Hunter Lab59.7348-14.0946-32.7306
CIE-Lab66.2766-13.2045-34.8553

#44abdf color RGB value is (68,171,223).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000100 10101011 11011111
Octal 104 253 337
Decimal 68 171 223
Hex 44 AB DF

RGB Percentages of Color #44abdf

%14.72
%37.01
%48.27

CMYK Percentages of Color #44abdf

%70
%23
%0
%13

Triadic Colors of #44abdf

#44abdf #df44ab #abdf44

Analogous Colors of #44abdf

#44abdf #445ddf #44dfc6

Monochromatic Colors of #44abdf

#44abdf

Complementary Color

#44abdf #df7844

#44abdf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#44abdf Color Preview on White Background

Lorem ipsum dolor sit amet.

#44abdf Color CSS Codes

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

#44abdf Text Font Color

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

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


#44abdf Background Color

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

This div background color is #44abdf


#44abdf Border Color

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

This div border color is #44abdf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #44abdf


Comments

No comments written yet.

Please login to write comment.