Color Hex Logo

#44b6dd Color Hex

#44B6DD
(68,182,221)
0 Favorites   0 Comments

Color spaces of #44b6dd

RGB 68182221
HSL0.540.690.57
HSV195°69°87°
CMYK 0.690.180.00   0.13
XYZ32.163039.905374.4139
Yxy39.90530.21960.2724
Hunter Lab63.1706-19.6663-25.6231
CIE-Lab69.4020-19.6871-28.9235

#44b6dd color RGB value is (68,182,221).

#44b6dd hex color red value is 68, green value is 182 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #44b6dd hue: 0.54 , saturation: 0.69 and the lightness value of 44b6dd is 0.57.

The process color (four color CMYK) of #44b6dd color hex is 0.69, 0.18, 0.00, 0.13. Web safe color of #44b6dd is #33cccc. Color #44b6dd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000100 10110110 11011101
Octal 104 266 335
Decimal 68 182 221
Hex 44 B6 DD

RGB Percentages of Color #44b6dd

%14.44
%38.64
%46.92

CMYK Percentages of Color #44b6dd

%69
%18
%0
%13

Triadic Colors of #44b6dd

#44b6dd #dd44b6 #b6dd44

Analogous Colors of #44b6dd

#44b6dd #446add #44ddb8

Monochromatic Colors of #44b6dd

#44b6dd

Complementary Color

#44b6dd #dd6b44

#44b6dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#44b6dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#44b6dd Color CSS Codes

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

#44b6dd Text Font Color

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

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


#44b6dd Background Color

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

This div background color is #44b6dd


#44b6dd Border Color

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

This div border color is #44b6dd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #44b6dd


Comments

No comments written yet.

Please login to write comment.