Color Hex Logo

#4abcbf Color Hex

#4ABCBF
(74,188,191)
0 Favorites   0 Comments

Color spaces of #4abcbf

RGB 74188191
HSL0.500.480.52
HSV182°61°75°
CMYK 0.610.020.00   0.25
XYZ30.211241.183955.6472
Yxy41.18390.23780.3242
Hunter Lab64.1747-28.2741-6.4893
CIE-Lab70.3046-30.7730-11.1024

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

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001010 10111100 10111111
Octal 112 274 277
Decimal 74 188 191
Hex 4A BC BF

RGB Percentages of Color #4abcbf

%16.34
%41.50
%42.16

CMYK Percentages of Color #4abcbf

%61
%2
%0
%25

Triadic Colors of #4abcbf

#4abcbf #bf4abc #bcbf4a

Analogous Colors of #4abcbf

#4abcbf #4a82bf #4abf88

Monochromatic Colors of #4abcbf

#4abcbf

Complementary Color

#4abcbf #bf4d4a

#4abcbf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4abcbf Color Preview on White Background

Lorem ipsum dolor sit amet.

#4abcbf Color CSS Codes

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

#4abcbf Text Font Color

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

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


#4abcbf Background Color

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

This div background color is #4abcbf


#4abcbf Border Color

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

This div border color is #4abcbf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4abcbf


Comments

No comments written yet.

Please login to write comment.