Color Hex Logo

#4abacf Color Hex

#4ABACF
(74,186,207)
0 Favorites   0 Comments

Color spaces of #4abacf

RGB 74186207
HSL0.530.580.55
HSV189°64°81°
CMYK 0.640.100.00   0.19
XYZ31.645441.078765.2926
Yxy41.07870.22930.2976
Hunter Lab64.0927-24.0288-15.5352
CIE-Lab70.2310-25.1396-19.9803

#4abacf color RGB value is (74,186,207).

#4abacf hex color red value is 74, green value is 186 and the blue value of its RGB is 207. Cylindrical-coordinate representations (also known as HSL) of color #4abacf hue: 0.53 , saturation: 0.58 and the lightness value of 4abacf is 0.55.

The process color (four color CMYK) of #4abacf color hex is 0.64, 0.10, 0.00, 0.19. Web safe color of #4abacf is #33cccc. Color #4abacf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001010 10111010 11001111
Octal 112 272 317
Decimal 74 186 207
Hex 4A BA CF

RGB Percentages of Color #4abacf

%15.85
%39.83
%44.33

CMYK Percentages of Color #4abacf

%64
%10
%0
%19

Triadic Colors of #4abacf

#4abacf #cf4aba #bacf4a

Analogous Colors of #4abacf

#4abacf #4a78cf #4acfa2

Monochromatic Colors of #4abacf

#4abacf

Complementary Color

#4abacf #cf5f4a

#4abacf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4abacf Color Preview on White Background

Lorem ipsum dolor sit amet.

#4abacf Color CSS Codes

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

#4abacf Text Font Color

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

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


#4abacf Background Color

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

This div background color is #4abacf


#4abacf Border Color

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

This div border color is #4abacf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4abacf


Comments

No comments written yet.

Please login to write comment.