Color Hex Logo

#3cafbb Color Hex

#3CAFBB
(60,175,187)
0 Favorites   0 Comments

Color spaces of #3cafbb

RGB 60175187
HSL0.520.510.48
HSV186°68°73°
CMYK 0.680.060.00   0.27
XYZ26.163135.208552.4307
Yxy35.20850.22990.3094
Hunter Lab59.3368-25.1341-10.8537
CIE-Lab65.9107-27.8110-15.5359

#3cafbb color RGB value is (60,175,187).

#3cafbb hex color red value is 60, green value is 175 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #3cafbb hue: 0.52 , saturation: 0.51 and the lightness value of 3cafbb is 0.48.

The process color (four color CMYK) of #3cafbb color hex is 0.68, 0.06, 0.00, 0.27. Web safe color of #3cafbb is #3399cc. Color #3cafbb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00111100 10101111 10111011
Octal 74 257 273
Decimal 60 175 187
Hex 3C AF BB

RGB Percentages of Color #3cafbb

%14.22
%41.47
%44.31

CMYK Percentages of Color #3cafbb

%68
%6
%0
%27

Triadic Colors of #3cafbb

#3cafbb #bb3caf #afbb3c

Analogous Colors of #3cafbb

#3cafbb #3c70bb #3cbb88

Monochromatic Colors of #3cafbb

#3cafbb

Complementary Color

#3cafbb #bb483c

#3cafbb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3cafbb Color Preview on White Background

Lorem ipsum dolor sit amet.

#3cafbb Color CSS Codes

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

#3cafbb Text Font Color

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

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


#3cafbb Background Color

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

This div background color is #3cafbb


#3cafbb Border Color

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

This div border color is #3cafbb


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(60,175,187, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #3cafbb; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #3cafbb;
  -webkit-box-shadow: 1px 1px 3px 2px #3cafbb;
  box-shadow:         1px 1px 3px 2px #3cafbb; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(60,175,187, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3cafbb


Comments

No comments written yet.

Please login to write comment.