Color Hex Logo

#44baef Color Hex

#44BAEF
(68,186,239)
0 Favorites   0 Comments

Color spaces of #44baef

RGB 68186239
HSL0.550.840.60
HSV199°72°94°
CMYK 0.720.220.00   0.06
XYZ35.522842.578788.0076
Yxy42.57870.21390.2563
Hunter Lab65.2524-17.0178-34.2894
CIE-Lab71.2681-15.9977-35.8394

#44baef color RGB value is (68,186,239).

#44baef hex color red value is 68, green value is 186 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #44baef hue: 0.55 , saturation: 0.84 and the lightness value of 44baef is 0.60.

The process color (four color CMYK) of #44baef color hex is 0.72, 0.22, 0.00, 0.06. Web safe color of #44baef is #33ccff. Color #44baef contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000100 10111010 11101111
Octal 104 272 357
Decimal 68 186 239
Hex 44 BA EF

RGB Percentages of Color #44baef

%13.79
%37.73
%48.48

CMYK Percentages of Color #44baef

%72
%22
%0
%6

Triadic Colors of #44baef

#44baef #ef44ba #baef44

Analogous Colors of #44baef

#44baef #4465ef #44efcf

Monochromatic Colors of #44baef

#44baef

Complementary Color

#44baef #ef7944

#44baef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#44baef Color Preview on White Background

Lorem ipsum dolor sit amet.

#44baef Color CSS Codes

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

#44baef Text Font Color

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

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


#44baef Background Color

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

This div background color is #44baef


#44baef Border Color

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

This div border color is #44baef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #44baef


Comments

No comments written yet.

Please login to write comment.