Color Hex Logo

#3baeba Color Hex

#3BAEBA
(59,174,186)
0 Favorites   0 Comments

Color spaces of #3baeba

RGB 59174186
HSL0.520.520.48
HSV186°68°73°
CMYK 0.680.060.00   0.27
XYZ25.802634.747151.8013
Yxy34.74710.22970.3093
Hunter Lab58.9467-25.0223-10.8403
CIE-Lab65.5513-27.7628-15.5257

#3baeba color RGB value is (59,174,186).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00111011 10101110 10111010
Octal 73 256 272
Decimal 59 174 186
Hex 3B AE BA

RGB Percentages of Color #3baeba

%14.08
%41.53
%44.39

CMYK Percentages of Color #3baeba

%68
%6
%0
%27

Triadic Colors of #3baeba

#3baeba #ba3bae #aeba3b

Analogous Colors of #3baeba

#3baeba #3b6fba #3bba87

Monochromatic Colors of #3baeba

#3baeba

Complementary Color

#3baeba #ba473b

#3baeba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3baeba Color Preview on White Background

Lorem ipsum dolor sit amet.

#3baeba Color CSS Codes

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

#3baeba Text Font Color

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

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


#3baeba Background Color

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

This div background color is #3baeba


#3baeba Border Color

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

This div border color is #3baeba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3baeba


Comments

No comments written yet.

Please login to write comment.