Color Hex Logo

#4bbebd Color Hex

#4BBEBD
(75,190,189)
0 Favorites   0 Comments

Color spaces of #4bbebd

RGB 75190189
HSL0.500.470.52
HSV179°61°75°
CMYK 0.610.000.01   0.25
XYZ30.500441.996954.6428
Yxy41.99690.23990.3303
Hunter Lab64.8050-29.3980-4.6291
CIE-Lab70.8688-32.1196-9.1618

#4bbebd color RGB value is (75,190,189).

#4bbebd hex color red value is 75, green value is 190 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #4bbebd hue: 0.50 , saturation: 0.47 and the lightness value of 4bbebd is 0.52.

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

Base Numbers

BaseRedGreenBlue
Binary 01001011 10111110 10111101
Octal 113 276 275
Decimal 75 190 189
Hex 4B BE BD

RGB Percentages of Color #4bbebd

%16.52
%41.85
%41.63

CMYK Percentages of Color #4bbebd

%61
%0
%1
%25

Triadic Colors of #4bbebd

#4bbebd #bd4bbe #bebd4b

Analogous Colors of #4bbebd

#4bbebd #4b86be #4bbe84

Monochromatic Colors of #4bbebd

#4bbebd

Complementary Color

#4bbebd #be4b4c

#4bbebd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4bbebd Color Preview on White Background

Lorem ipsum dolor sit amet.

#4bbebd Color CSS Codes

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

#4bbebd Text Font Color

<p style="color:#4bbebd">Text here</p>

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


#4bbebd Background Color

<div style="background-color:#4bbebd">
Div content here</div>

This div background color is #4bbebd


#4bbebd Border Color

<div style="border:3px solid #4bbebd">
Div here</div>

This div border color is #4bbebd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4bbebd


Comments

No comments written yet.

Please login to write comment.