Color Hex Logo

#4bbfaf Color Hex

#4BBFAF
(75,191,175)
0 Favorites   0 Comments

Color spaces of #4bbfaf

RGB 75191175
HSL0.480.480.52
HSV172°61°75°
CMYK 0.610.000.08   0.25
XYZ29.270341.852647.0931
Yxy41.85260.24760.3540
Hunter Lab64.6936-32.45232.1259
CIE-Lab70.7692-36.3555-1.6481

#4bbfaf color RGB value is (75,191,175).

#4bbfaf hex color red value is 75, green value is 191 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #4bbfaf hue: 0.48 , saturation: 0.48 and the lightness value of 4bbfaf is 0.52.

The process color (four color CMYK) of #4bbfaf color hex is 0.61, 0.00, 0.08, 0.25. Web safe color of #4bbfaf is #33cc99. Color #4bbfaf contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01001011 10111111 10101111
Octal 113 277 257
Decimal 75 191 175
Hex 4B BF AF

RGB Percentages of Color #4bbfaf

%17.01
%43.31
%39.68

CMYK Percentages of Color #4bbfaf

%61
%0
%8
%25

Triadic Colors of #4bbfaf

#4bbfaf #af4bbf #bfaf4b

Analogous Colors of #4bbfaf

#4bbfaf #4b95bf #4bbf75

Monochromatic Colors of #4bbfaf

#4bbfaf

Complementary Color

#4bbfaf #bf4b5b

#4bbfaf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4bbfaf Color Preview on White Background

Lorem ipsum dolor sit amet.

#4bbfaf Color CSS Codes

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

#4bbfaf Text Font Color

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

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


#4bbfaf Background Color

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

This div background color is #4bbfaf


#4bbfaf Border Color

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

This div border color is #4bbfaf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4bbfaf


Comments

No comments written yet.

Please login to write comment.