Color Hex Logo

#4abfb0 Color Hex

#4ABFB0
(74,191,176)
0 Favorites   0 Comments

Color spaces of #4abfb0

RGB 74191176
HSL0.480.480.52
HSV172°61°75°
CMYK 0.610.000.08   0.25
XYZ29.291341.852047.6087
Yxy41.85200.24670.3524
Hunter Lab64.6931-32.39301.6527
CIE-Lab70.7688-36.2729-2.1988

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

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001010 10111111 10110000
Octal 112 277 260
Decimal 74 191 176
Hex 4A BF B0

RGB Percentages of Color #4abfb0

%16.78
%43.31
%39.91

CMYK Percentages of Color #4abfb0

%61
%0
%8
%25

Triadic Colors of #4abfb0

#4abfb0 #b04abf #bfb04a

Analogous Colors of #4abfb0

#4abfb0 #4a94bf #4abf76

Monochromatic Colors of #4abfb0

#4abfb0

Complementary Color

#4abfb0 #bf4a59

#4abfb0 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4abfb0 Color Preview on White Background

Lorem ipsum dolor sit amet.

#4abfb0 Color CSS Codes

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

#4abfb0 Text Font Color

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

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


#4abfb0 Background Color

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

This div background color is #4abfb0


#4abfb0 Border Color

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

This div border color is #4abfb0


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4abfb0


Comments

No comments written yet.

Please login to write comment.