Color Hex Logo

#44bebd Color Hex

#44BEBD
(68,190,189)
0 Favorites   0 Comments

Color spaces of #44bebd

RGB 68190189
HSL0.500.480.51
HSV180°64°75°
CMYK 0.640.000.01   0.25
XYZ29.982741.730054.6186
Yxy41.73000.23730.3303
Hunter Lab64.5988-30.1993-4.9109
CIE-Lab70.6844-33.2725-9.4562

#44bebd color RGB value is (68,190,189).

#44bebd hex color red value is 68, green value is 190 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #44bebd hue: 0.50 , saturation: 0.48 and the lightness value of 44bebd is 0.51.

The process color (four color CMYK) of #44bebd color hex is 0.64, 0.00, 0.01, 0.25. Web safe color of #44bebd is #33cccc. Color #44bebd contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01000100 10111110 10111101
Octal 104 276 275
Decimal 68 190 189
Hex 44 BE BD

RGB Percentages of Color #44bebd

%15.21
%42.51
%42.28

CMYK Percentages of Color #44bebd

%64
%0
%1
%25

Triadic Colors of #44bebd

#44bebd #bd44be #bebd44

Analogous Colors of #44bebd

#44bebd #4482be #44be80

Monochromatic Colors of #44bebd

#44bebd

Complementary Color

#44bebd #be4445

#44bebd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#44bebd Color Preview on White Background

Lorem ipsum dolor sit amet.

#44bebd Color CSS Codes

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

#44bebd Text Font Color

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

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


#44bebd Background Color

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

This div background color is #44bebd


#44bebd Border Color

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

This div border color is #44bebd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #44bebd


Comments

No comments written yet.

Please login to write comment.