Color Hex Logo

#4bdddd Color Hex

#4BDDDD
(75,221,221)
0 Favorites   0 Comments

Color spaces of #4bdddd

RGB 75221221
HSL0.500.680.58
HSV180°66°87°
CMYK 0.660.000.00   0.13
XYZ41.809258.429277.4810
Yxy58.42920.23530.3288
Hunter Lab76.4390-36.1356-6.5909
CIE-Lab80.9768-37.7431-11.3548

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

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001011 11011101 11011101
Octal 113 335 335
Decimal 75 221 221
Hex 4B DD DD

RGB Percentages of Color #4bdddd

%14.51
%42.75
%42.75

CMYK Percentages of Color #4bdddd

%66
%0
%0
%13

Triadic Colors of #4bdddd

#4bdddd #dd4bdd #dddd4b

Analogous Colors of #4bdddd

#4bdddd #4b94dd #4bdd94

Monochromatic Colors of #4bdddd

#4bdddd

Complementary Color

#4bdddd #dd4b4b

#4bdddd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4bdddd Color Preview on White Background

Lorem ipsum dolor sit amet.

#4bdddd Color CSS Codes

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

#4bdddd Text Font Color

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

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


#4bdddd Background Color

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

This div background color is #4bdddd


#4bdddd Border Color

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

This div border color is #4bdddd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4bdddd


Comments

No comments written yet.

Please login to write comment.