Color Hex Logo

#44adea Color Hex

#44ADEA
(68,173,234)
0 Favorites   0 Comments

Color spaces of #44adea

RGB 68173234
HSL0.560.800.59
HSV202°71°92°
CMYK 0.710.260.00   0.08
XYZ32.178737.056683.2985
Yxy37.05660.21100.2429
Hunter Lab60.8741-12.1728-38.5189
CIE-Lab67.3195-10.6539-39.2634

#44adea color RGB value is (68,173,234).

#44adea hex color red value is 68, green value is 173 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #44adea hue: 0.56 , saturation: 0.80 and the lightness value of 44adea is 0.59.

The process color (four color CMYK) of #44adea color hex is 0.71, 0.26, 0.00, 0.08. Web safe color of #44adea is #3399ff. Color #44adea contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000100 10101101 11101010
Octal 104 255 352
Decimal 68 173 234
Hex 44 AD EA

RGB Percentages of Color #44adea

%14.32
%36.42
%49.26

CMYK Percentages of Color #44adea

%71
%26
%0
%8

Triadic Colors of #44adea

#44adea #ea44ad #adea44

Analogous Colors of #44adea

#44adea #445aea #44ead4

Monochromatic Colors of #44adea

#44adea

Complementary Color

#44adea #ea8144

#44adea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#44adea Color Preview on White Background

Lorem ipsum dolor sit amet.

#44adea Color CSS Codes

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

#44adea Text Font Color

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

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


#44adea Background Color

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

This div background color is #44adea


#44adea Border Color

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

This div border color is #44adea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #44adea


Comments

No comments written yet.

Please login to write comment.