Color Hex Logo

#4acbbc Color Hex

#4ACBBC
(74,203,188)
0 Favorites   0 Comments

Color spaces of #4acbbc

RGB 74203188
HSL0.480.550.54
HSV173°64°80°
CMYK 0.640.000.07   0.20
XYZ33.257147.798655.0502
Yxy47.79860.24430.3512
Hunter Lab69.1365-35.12421.1857
CIE-Lab74.6977-38.6065-2.9541

#4acbbc color RGB value is (74,203,188).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001010 11001011 10111100
Octal 112 313 274
Decimal 74 203 188
Hex 4A CB BC

RGB Percentages of Color #4acbbc

%15.91
%43.66
%40.43

CMYK Percentages of Color #4acbbc

%64
%0
%7
%20

Triadic Colors of #4acbbc

#4acbbc #bc4acb #cbbc4a

Analogous Colors of #4acbbc

#4acbbc #4a9acb #4acb7c

Monochromatic Colors of #4acbbc

#4acbbc

Complementary Color

#4acbbc #cb4a59

#4acbbc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4acbbc Color Preview on White Background

Lorem ipsum dolor sit amet.

#4acbbc Color CSS Codes

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

#4acbbc Text Font Color

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

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


#4acbbc Background Color

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

This div background color is #4acbbc


#4acbbc Border Color

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

This div border color is #4acbbc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4acbbc


Comments

No comments written yet.

Please login to write comment.