Color Hex Logo

#4acfbc Color Hex

#4ACFBC
(74,207,188)
0 Favorites   0 Comments

Color spaces of #4acfbc

RGB 74207188
HSL0.480.580.55
HSV171°64°81°
CMYK 0.640.000.09   0.19
XYZ34.214049.712355.3691
Yxy49.71230.24560.3569
Hunter Lab70.5070-36.76882.7944
CIE-Lab75.8923-40.4084-1.2015

#4acfbc color RGB value is (74,207,188).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001010 11001111 10111100
Octal 112 317 274
Decimal 74 207 188
Hex 4A CF BC

RGB Percentages of Color #4acfbc

%15.78
%44.14
%40.09

CMYK Percentages of Color #4acfbc

%64
%0
%9
%19

Triadic Colors of #4acfbc

#4acfbc #bc4acf #cfbc4a

Analogous Colors of #4acfbc

#4acfbc #4aa0cf #4acf7a

Monochromatic Colors of #4acfbc

#4acfbc

Complementary Color

#4acfbc #cf4a5d

#4acfbc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4acfbc Color Preview on White Background

Lorem ipsum dolor sit amet.

#4acfbc Color CSS Codes

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

#4acfbc Text Font Color

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

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


#4acfbc Background Color

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

This div background color is #4acfbc


#4acfbc Border Color

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

This div border color is #4acfbc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4acfbc


Comments

No comments written yet.

Please login to write comment.