Color Hex Logo

#44caef Color Hex

#44CAEF
(68,202,239)
0 Favorites   0 Comments

Color spaces of #44caef

RGB 68202239
HSL0.540.840.60
HSV193°72°94°
CMYK 0.720.150.00   0.06
XYZ39.084449.702089.1948
Yxy49.70200.21960.2793
Hunter Lab70.4996-24.4155-25.6628
CIE-Lab75.8860-24.2469-28.7115

#44caef color RGB value is (68,202,239).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000100 11001010 11101111
Octal 104 312 357
Decimal 68 202 239
Hex 44 CA EF

RGB Percentages of Color #44caef

%13.36
%39.69
%46.95

CMYK Percentages of Color #44caef

%72
%15
%0
%6

Triadic Colors of #44caef

#44caef #ef44ca #caef44

Analogous Colors of #44caef

#44caef #4475ef #44efbf

Monochromatic Colors of #44caef

#44caef

Complementary Color

#44caef #ef6944

#44caef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#44caef Color Preview on White Background

Lorem ipsum dolor sit amet.

#44caef Color CSS Codes

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

#44caef Text Font Color

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

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


#44caef Background Color

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

This div background color is #44caef


#44caef Border Color

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

This div border color is #44caef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #44caef


Comments

No comments written yet.

Please login to write comment.