Color Hex Logo

#3bbae7 Color Hex

#3BBAE7
(59,186,231)
0 Favorites   0 Comments

Color spaces of #3bbae7

RGB 59186231
HSL0.540.780.57
HSV196°74°91°
CMYK 0.740.190.00   0.09
XYZ33.786341.817181.8921
Yxy41.81710.21450.2655
Hunter Lab64.6661-19.9044-29.8175
CIE-Lab70.7446-19.7084-32.3227

#3bbae7 color RGB value is (59,186,231).

#3bbae7 hex color red value is 59, green value is 186 and the blue value of its RGB is 231. Cylindrical-coordinate representations (also known as HSL) of color #3bbae7 hue: 0.54 , saturation: 0.78 and the lightness value of 3bbae7 is 0.57.

The process color (four color CMYK) of #3bbae7 color hex is 0.74, 0.19, 0.00, 0.09. Web safe color of #3bbae7 is #33ccff. Color #3bbae7 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00111011 10111010 11100111
Octal 73 272 347
Decimal 59 186 231
Hex 3B BA E7

RGB Percentages of Color #3bbae7

%12.39
%39.08
%48.53

CMYK Percentages of Color #3bbae7

%74
%19
%0
%9

Triadic Colors of #3bbae7

#3bbae7 #e73bba #bae73b

Analogous Colors of #3bbae7

#3bbae7 #3b64e7 #3be7be

Monochromatic Colors of #3bbae7

#3bbae7

Complementary Color

#3bbae7 #e7683b

#3bbae7 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3bbae7 Color Preview on White Background

Lorem ipsum dolor sit amet.

#3bbae7 Color CSS Codes

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

#3bbae7 Text Font Color

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

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


#3bbae7 Background Color

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

This div background color is #3bbae7


#3bbae7 Border Color

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

This div border color is #3bbae7


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3bbae7


Comments

No comments written yet.

Please login to write comment.