Color Hex Logo

#4bddbc Color Hex

#4BDDBC
(75,221,188)
0 Favorites   0 Comments

Color spaces of #4bddbc

RGB 75221188
HSL0.460.680.58
HSV166°66°87°
CMYK 0.660.000.15   0.13
XYZ37.835256.839656.5540
Yxy56.83960.25020.3759
Hunter Lab75.3920-42.35668.2991
CIE-Lab80.0893-46.36884.9039

#4bddbc color RGB value is (75,221,188).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001011 11011101 10111100
Octal 113 335 274
Decimal 75 221 188
Hex 4B DD BC

RGB Percentages of Color #4bddbc

%15.50
%45.66
%38.84

CMYK Percentages of Color #4bddbc

%66
%0
%15
%13

Triadic Colors of #4bddbc

#4bddbc #bc4bdd #ddbc4b

Analogous Colors of #4bddbc

#4bddbc #4bb5dd #4bdd73

Monochromatic Colors of #4bddbc

#4bddbc

Complementary Color

#4bddbc #dd4b6c

#4bddbc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4bddbc Color Preview on White Background

Lorem ipsum dolor sit amet.

#4bddbc Color CSS Codes

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

#4bddbc Text Font Color

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

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


#4bddbc Background Color

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

This div background color is #4bddbc


#4bddbc Border Color

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

This div border color is #4bddbc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4bddbc


Comments

No comments written yet.

Please login to write comment.