Color Hex Logo

#4bdabc Color Hex

#4BDABC
(75,218,188)
0 Favorites   0 Comments

Color spaces of #4bdabc

RGB 75218188
HSL0.470.660.57
HSV167°66°85°
CMYK 0.660.000.14   0.15
XYZ37.050255.269556.2923
Yxy55.26950.24930.3719
Hunter Lab74.3435-41.14287.1465
CIE-Lab79.1962-45.08103.6125

#4bdabc color RGB value is (75,218,188).

#4bdabc hex color red value is 75, green value is 218 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #4bdabc hue: 0.47 , saturation: 0.66 and the lightness value of 4bdabc is 0.57.

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

Base Numbers

BaseRedGreenBlue
Binary 01001011 11011010 10111100
Octal 113 332 274
Decimal 75 218 188
Hex 4B DA BC

RGB Percentages of Color #4bdabc

%15.59
%45.32
%39.09

CMYK Percentages of Color #4bdabc

%66
%0
%14
%15

Triadic Colors of #4bdabc

#4bdabc #bc4bda #dabc4b

Analogous Colors of #4bdabc

#4bdabc #4bb1da #4bda75

Monochromatic Colors of #4bdabc

#4bdabc

Complementary Color

#4bdabc #da4b69

#4bdabc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4bdabc Color Preview on White Background

Lorem ipsum dolor sit amet.

#4bdabc Color CSS Codes

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

#4bdabc Text Font Color

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

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


#4bdabc Background Color

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

This div background color is #4bdabc


#4bdabc Border Color

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

This div border color is #4bdabc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4bdabc

#4bdabc Color Palettes


Comments

No comments written yet.

Please login to write comment.