Color Hex Logo

#44bdeb Color Hex

#44BDEB
(68,189,235)
0 Favorites   0 Comments

Color spaces of #44bdeb

RGB 68189235
HSL0.550.810.59
HSV197°71°92°
CMYK 0.710.200.00   0.08
XYZ35.576943.622385.1421
Yxy43.62230.21650.2654
Hunter Lab66.0472-19.4320-30.1983
CIE-Lab71.9753-18.8633-32.5757

#44bdeb color RGB value is (68,189,235).

#44bdeb hex color red value is 68, green value is 189 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #44bdeb hue: 0.55 , saturation: 0.81 and the lightness value of 44bdeb is 0.59.

The process color (four color CMYK) of #44bdeb color hex is 0.71, 0.20, 0.00, 0.08. Web safe color of #44bdeb is #33ccff. Color #44bdeb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000100 10111101 11101011
Octal 104 275 353
Decimal 68 189 235
Hex 44 BD EB

RGB Percentages of Color #44bdeb

%13.82
%38.41
%47.76

CMYK Percentages of Color #44bdeb

%71
%20
%0
%8

Triadic Colors of #44bdeb

#44bdeb #eb44bd #bdeb44

Analogous Colors of #44bdeb

#44bdeb #446aeb #44ebc6

Monochromatic Colors of #44bdeb

#44bdeb

Complementary Color

#44bdeb #eb7244

#44bdeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#44bdeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#44bdeb Color CSS Codes

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

#44bdeb Text Font Color

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

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


#44bdeb Background Color

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

This div background color is #44bdeb


#44bdeb Border Color

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

This div border color is #44bdeb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #44bdeb


Comments

No comments written yet.

Please login to write comment.