Color Hex Logo

#4acabf Color Hex

#4ACABF
(74,202,191)
0 Favorites   0 Comments

Color spaces of #4acabf

RGB 74202191
HSL0.490.550.54
HSV175°63°79°
CMYK 0.630.000.05   0.21
XYZ33.348547.458556.6930
Yxy47.45850.24250.3452
Hunter Lab68.8901-34.1490-0.5695
CIE-Lab74.4821-37.3546-4.8953

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

#4acabf hex color red value is 74, green value is 202 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #4acabf hue: 0.49 , saturation: 0.55 and the lightness value of 4acabf is 0.54.

The process color (four color CMYK) of #4acabf color hex is 0.63, 0.00, 0.05, 0.21. Web safe color of #4acabf is #33cccc. Color #4acabf contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01001010 11001010 10111111
Octal 112 312 277
Decimal 74 202 191
Hex 4A CA BF

RGB Percentages of Color #4acabf

%15.85
%43.25
%40.90

CMYK Percentages of Color #4acabf

%63
%0
%5
%21

Triadic Colors of #4acabf

#4acabf #bf4aca #cabf4a

Analogous Colors of #4acabf

#4acabf #4a95ca #4aca7f

Monochromatic Colors of #4acabf

#4acabf

Complementary Color

#4acabf #ca4a55

#4acabf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4acabf Color Preview on White Background

Lorem ipsum dolor sit amet.

#4acabf Color CSS Codes

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

#4acabf Text Font Color

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

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


#4acabf Background Color

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

This div background color is #4acabf


#4acabf Border Color

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

This div border color is #4acabf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4acabf


Comments

No comments written yet.

Please login to write comment.