Color Hex Logo

#4acabc Color Hex

#4ACABC
(74,202,188)
0 Favorites   0 Comments

Color spaces of #4acabc

RGB 74202188
HSL0.480.550.54
HSV173°63°79°
CMYK 0.630.000.07   0.21
XYZ33.021747.327754.9717
Yxy47.32770.24400.3497
Hunter Lab68.7951-34.71140.7801
CIE-Lab74.3989-38.1517-3.3936

#4acabc color RGB value is (74,202,188).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001010 11001010 10111100
Octal 112 312 274
Decimal 74 202 188
Hex 4A CA BC

RGB Percentages of Color #4acabc

%15.95
%43.53
%40.52

CMYK Percentages of Color #4acabc

%63
%0
%7
%21

Triadic Colors of #4acabc

#4acabc #bc4aca #cabc4a

Analogous Colors of #4acabc

#4acabc #4a98ca #4aca7c

Monochromatic Colors of #4acabc

#4acabc

Complementary Color

#4acabc #ca4a58

#4acabc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4acabc Color Preview on White Background

Lorem ipsum dolor sit amet.

#4acabc Color CSS Codes

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

#4acabc Text Font Color

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

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


#4acabc Background Color

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

This div background color is #4acabc


#4acabc Border Color

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

This div border color is #4acabc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4acabc


Comments

No comments written yet.

Please login to write comment.