Color Hex Logo

#3caebb Color Hex

#3CAEBB
(60,174,187)
0 Favorites   0 Comments

Color spaces of #3caebb

RGB 60174187
HSL0.520.510.48
HSV186°68°73°
CMYK 0.680.070.00   0.27
XYZ25.969234.820652.3660
Yxy34.82060.22950.3077
Hunter Lab59.0090-24.7098-11.3091
CIE-Lab65.6088-27.3151-15.9919

#3caebb color RGB value is (60,174,187).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00111100 10101110 10111011
Octal 74 256 273
Decimal 60 174 187
Hex 3C AE BB

RGB Percentages of Color #3caebb

%14.25
%41.33
%44.42

CMYK Percentages of Color #3caebb

%68
%7
%0
%27

Triadic Colors of #3caebb

#3caebb #bb3cae #aebb3c

Analogous Colors of #3caebb

#3caebb #3c6fbb #3cbb89

Monochromatic Colors of #3caebb

#3caebb

Complementary Color

#3caebb #bb493c

#3caebb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3caebb Color Preview on White Background

Lorem ipsum dolor sit amet.

#3caebb Color CSS Codes

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

#3caebb Text Font Color

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

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


#3caebb Background Color

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

This div background color is #3caebb


#3caebb Border Color

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

This div border color is #3caebb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3caebb


Comments

No comments written yet.

Please login to write comment.