Color Hex Logo

#4acbb8 Color Hex

#4ACBB8
(74,203,184)
0 Favorites   0 Comments

Color spaces of #4acbb8

RGB 74203184
HSL0.480.550.54
HSV171°64°80°
CMYK 0.640.000.09   0.20
XYZ32.831747.628452.8102
Yxy47.62840.24640.3574
Hunter Lab69.0133-35.85562.9396
CIE-Lab74.5899-39.6507-0.9489

#4acbb8 color RGB value is (74,203,184).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001010 11001011 10111000
Octal 112 313 270
Decimal 74 203 184
Hex 4A CB B8

RGB Percentages of Color #4acbb8

%16.05
%44.03
%39.91

CMYK Percentages of Color #4acbb8

%64
%0
%9
%20

Triadic Colors of #4acbb8

#4acbb8 #b84acb #cbb84a

Analogous Colors of #4acbb8

#4acbb8 #4a9ecb #4acb78

Monochromatic Colors of #4acbb8

#4acbb8

Complementary Color

#4acbb8 #cb4a5d

#4acbb8 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4acbb8 Color Preview on White Background

Lorem ipsum dolor sit amet.

#4acbb8 Color CSS Codes

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

#4acbb8 Text Font Color

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

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


#4acbb8 Background Color

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

This div background color is #4acbb8


#4acbb8 Border Color

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

This div border color is #4acbb8


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4acbb8


Comments

No comments written yet.

Please login to write comment.