Color Hex Logo

#3acbbc Color Hex

#3ACBBC
(58,203,188)
0 Favorites   0 Comments

Color spaces of #3acbbc

RGB 58203188
HSL0.480.580.51
HSV174°71°80°
CMYK 0.710.000.07   0.20
XYZ32.178047.242354.9997
Yxy47.24230.23940.3515
Hunter Lab68.7330-36.71640.6697
CIE-Lab74.3445-40.9367-3.5144

#3acbbc color RGB value is (58,203,188).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00111010 11001011 10111100
Octal 72 313 274
Decimal 58 203 188
Hex 3A CB BC

RGB Percentages of Color #3acbbc

%12.92
%45.21
%41.87

CMYK Percentages of Color #3acbbc

%71
%0
%7
%20

Triadic Colors of #3acbbc

#3acbbc #bc3acb #cbbc3a

Analogous Colors of #3acbbc

#3acbbc #3a92cb #3acb74

Monochromatic Colors of #3acbbc

#3acbbc

Complementary Color

#3acbbc #cb3a49

#3acbbc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3acbbc Color Preview on White Background

Lorem ipsum dolor sit amet.

#3acbbc Color CSS Codes

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

#3acbbc Text Font Color

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

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


#3acbbc Background Color

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

This div background color is #3acbbc


#3acbbc Border Color

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

This div border color is #3acbbc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3acbbc


Comments

No comments written yet.

Please login to write comment.