Color Hex Logo

#44aedf Color Hex

#44AEDF
(68,174,223)
0 Favorites   0 Comments

Color spaces of #44aedf

RGB 68174223
HSL0.550.710.57
HSV199°70°87°
CMYK 0.700.220.00   0.13
XYZ30.839236.828875.2953
Yxy36.82880.21570.2576
Hunter Lab60.6867-15.4934-31.0816
CIE-Lab67.1484-14.8206-33.5019

#44aedf color RGB value is (68,174,223).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000100 10101110 11011111
Octal 104 256 337
Decimal 68 174 223
Hex 44 AE DF

RGB Percentages of Color #44aedf

%14.62
%37.42
%47.96

CMYK Percentages of Color #44aedf

%70
%22
%0
%13

Triadic Colors of #44aedf

#44aedf #df44ae #aedf44

Analogous Colors of #44aedf

#44aedf #4461df #44dfc3

Monochromatic Colors of #44aedf

#44aedf

Complementary Color

#44aedf #df7544

#44aedf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#44aedf Color Preview on White Background

Lorem ipsum dolor sit amet.

#44aedf Color CSS Codes

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

#44aedf Text Font Color

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

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


#44aedf Background Color

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

This div background color is #44aedf


#44aedf Border Color

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

This div border color is #44aedf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #44aedf


Comments

No comments written yet.

Please login to write comment.