Color Hex Logo

#4bedba Color Hex

#4BEDBA
(75,237,186)
0 Favorites   0 Comments

Color spaces of #4bedba

RGB 75237186
HSL0.450.820.61
HSV161°68°93°
CMYK 0.680.000.22   0.07
XYZ42.048865.609456.9021
Yxy65.60940.25550.3987
Hunter Lab80.9996-49.085815.0486
CIE-Lab84.7968-53.483412.6911

#4bedba color RGB value is (75,237,186).

#4bedba hex color red value is 75, green value is 237 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #4bedba hue: 0.45 , saturation: 0.82 and the lightness value of 4bedba is 0.61.

The process color (four color CMYK) of #4bedba color hex is 0.68, 0.00, 0.22, 0.07. Web safe color of #4bedba is #33ffcc. Color #4bedba contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01001011 11101101 10111010
Octal 113 355 272
Decimal 75 237 186
Hex 4B ED BA

RGB Percentages of Color #4bedba

%15.06
%47.59
%37.35

CMYK Percentages of Color #4bedba

%68
%0
%22
%7

Triadic Colors of #4bedba

#4bedba #ba4bed #edba4b

Analogous Colors of #4bedba

#4bedba #4bcfed #4bed69

Monochromatic Colors of #4bedba

#4bedba

Complementary Color

#4bedba #ed4b7e

#4bedba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4bedba Color Preview on White Background

Lorem ipsum dolor sit amet.

#4bedba Color CSS Codes

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

#4bedba Text Font Color

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

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


#4bedba Background Color

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

This div background color is #4bedba


#4bedba Border Color

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

This div border color is #4bedba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4bedba


Comments

No comments written yet.

Please login to write comment.