Color Hex Logo

#4bddba Color Hex

#4BDDBA
(75,221,186)
0 Favorites   0 Comments

Color spaces of #4bddba

RGB 75221186
HSL0.460.680.58
HSV166°66°87°
CMYK 0.660.000.16   0.13
XYZ37.621056.753955.4261
Yxy56.75390.25110.3789
Hunter Lab75.3352-42.69709.1134
CIE-Lab80.0410-46.85605.8965

#4bddba color RGB value is (75,221,186).

#4bddba hex color red value is 75, green value is 221 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #4bddba hue: 0.46 , saturation: 0.68 and the lightness value of 4bddba is 0.58.

The process color (four color CMYK) of #4bddba color hex is 0.66, 0.00, 0.16, 0.13. Web safe color of #4bddba is #33cccc. Color #4bddba contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01001011 11011101 10111010
Octal 113 335 272
Decimal 75 221 186
Hex 4B DD BA

RGB Percentages of Color #4bddba

%15.56
%45.85
%38.59

CMYK Percentages of Color #4bddba

%66
%0
%16
%13

Triadic Colors of #4bddba

#4bddba #ba4bdd #ddba4b

Analogous Colors of #4bddba

#4bddba #4bb7dd #4bdd71

Monochromatic Colors of #4bddba

#4bddba

Complementary Color

#4bddba #dd4b6e

#4bddba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4bddba Color Preview on White Background

Lorem ipsum dolor sit amet.

#4bddba Color CSS Codes

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

#4bddba Text Font Color

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

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


#4bddba Background Color

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

This div background color is #4bddba


#4bddba Border Color

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

This div border color is #4bddba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4bddba


Comments

No comments written yet.

Please login to write comment.