Color Hex Logo

#4abfbf Color Hex

#4ABFBF
(74,191,191)
0 Favorites   0 Comments

Color spaces of #4abfbf

RGB 74191191
HSL0.500.480.52
HSV180°61°75°
CMYK 0.610.000.00   0.25
XYZ30.858842.479055.8631
Yxy42.47900.23880.3288
Hunter Lab65.1759-29.5436-5.1951
CIE-Lab71.1999-32.2113-9.7653

#4abfbf color RGB value is (74,191,191).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001010 10111111 10111111
Octal 112 277 277
Decimal 74 191 191
Hex 4A BF BF

RGB Percentages of Color #4abfbf

%16.23
%41.89
%41.89

CMYK Percentages of Color #4abfbf

%61
%0
%0
%25

Triadic Colors of #4abfbf

#4abfbf #bf4abf #bfbf4a

Analogous Colors of #4abfbf

#4abfbf #4a85bf #4abf85

Monochromatic Colors of #4abfbf

#4abfbf

Complementary Color

#4abfbf #bf4a4a

#4abfbf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4abfbf Color Preview on White Background

Lorem ipsum dolor sit amet.

#4abfbf Color CSS Codes

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

#4abfbf Text Font Color

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

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


#4abfbf Background Color

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

This div background color is #4abfbf


#4abfbf Border Color

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

This div border color is #4abfbf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4abfbf


Comments

No comments written yet.

Please login to write comment.