Color Hex Logo

#4abfb2 Color Hex

#4ABFB2
(74,191,178)
0 Favorites   0 Comments

Color spaces of #4abfb2

RGB 74191178
HSL0.480.480.52
HSV173°61°75°
CMYK 0.610.000.07   0.25
XYZ29.490741.931848.6588
Yxy41.93180.24560.3492
Hunter Lab64.7548-32.02810.7759
CIE-Lab70.8239-35.7459-3.2117

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

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001010 10111111 10110010
Octal 112 277 262
Decimal 74 191 178
Hex 4A BF B2

RGB Percentages of Color #4abfb2

%16.70
%43.12
%40.18

CMYK Percentages of Color #4abfb2

%61
%0
%7
%25

Triadic Colors of #4abfb2

#4abfb2 #b24abf #bfb24a

Analogous Colors of #4abfb2

#4abfb2 #4a92bf #4abf78

Monochromatic Colors of #4abfb2

#4abfb2

Complementary Color

#4abfb2 #bf4a57

#4abfb2 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4abfb2 Color Preview on White Background

Lorem ipsum dolor sit amet.

#4abfb2 Color CSS Codes

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

#4abfb2 Text Font Color

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

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


#4abfb2 Background Color

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

This div background color is #4abfb2


#4abfb2 Border Color

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

This div border color is #4abfb2


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4abfb2


Comments

No comments written yet.

Please login to write comment.