Color Hex Logo

#4bbebe Color Hex

#4BBEBE
(75,190,190)
0 Favorites   0 Comments

Color spaces of #4bbebe

RGB 75190190
HSL0.500.470.52
HSV180°61°75°
CMYK 0.610.000.00   0.25
XYZ30.609442.040555.2165
Yxy42.04050.23940.3288
Hunter Lab64.8386-29.2003-5.1042
CIE-Lab70.8988-31.8418-9.6642

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

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001011 10111110 10111110
Octal 113 276 276
Decimal 75 190 190
Hex 4B BE BE

RGB Percentages of Color #4bbebe

%16.48
%41.76
%41.76

CMYK Percentages of Color #4bbebe

%61
%0
%0
%25

Triadic Colors of #4bbebe

#4bbebe #be4bbe #bebe4b

Analogous Colors of #4bbebe

#4bbebe #4b85be #4bbe85

Monochromatic Colors of #4bbebe

#4bbebe

Complementary Color

#4bbebe #be4b4b

#4bbebe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4bbebe Color Preview on White Background

Lorem ipsum dolor sit amet.

#4bbebe Color CSS Codes

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

#4bbebe Text Font Color

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

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


#4bbebe Background Color

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

This div background color is #4bbebe


#4bbebe Border Color

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

This div border color is #4bbebe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4bbebe


Comments

No comments written yet.

Please login to write comment.