Color Hex Logo

#3bbcca Color Hex

#3BBCCA
(59,188,202)
0 Favorites   0 Comments

Color spaces of #3bbcca

RGB 59188202
HSL0.520.570.51
HSV186°71°79°
CMYK 0.710.070.00   0.21
XYZ30.447541.160562.2171
Yxy41.16050.22750.3076
Hunter Lab64.1564-27.5609-12.5882
CIE-Lab70.2882-29.8152-17.1909

#3bbcca color RGB value is (59,188,202).

#3bbcca hex color red value is 59, green value is 188 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #3bbcca hue: 0.52 , saturation: 0.57 and the lightness value of 3bbcca is 0.51.

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

Base Numbers

BaseRedGreenBlue
Binary 00111011 10111100 11001010
Octal 73 274 312
Decimal 59 188 202
Hex 3B BC CA

RGB Percentages of Color #3bbcca

%13.14
%41.87
%44.99

CMYK Percentages of Color #3bbcca

%71
%7
%0
%21

Triadic Colors of #3bbcca

#3bbcca #ca3bbc #bcca3b

Analogous Colors of #3bbcca

#3bbcca #3b75ca #3bca91

Monochromatic Colors of #3bbcca

#3bbcca

Complementary Color

#3bbcca #ca493b

#3bbcca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3bbcca Color Preview on White Background

Lorem ipsum dolor sit amet.

#3bbcca Color CSS Codes

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

#3bbcca Text Font Color

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

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


#3bbcca Background Color

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

This div background color is #3bbcca


#3bbcca Border Color

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

This div border color is #3bbcca


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(59,188,202, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3bbcca


Comments

No comments written yet.

Please login to write comment.