Color Hex Logo

#3baebe Color Hex

#3BAEBE
(59,174,190)
0 Favorites   0 Comments

Color spaces of #3baebe

RGB 59174190
HSL0.520.530.49
HSV187°69°75°
CMYK 0.690.080.00   0.25
XYZ26.233934.919654.0727
Yxy34.91960.22770.3031
Hunter Lab59.0928-24.1684-12.8882
CIE-Lab65.6860-26.5496-17.5429

#3baebe color RGB value is (59,174,190).

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

The process color (four color CMYK) of #3baebe color hex is 0.69, 0.08, 0.00, 0.25. Web safe color of #3baebe is #3399cc. Color #3baebe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00111011 10101110 10111110
Octal 73 256 276
Decimal 59 174 190
Hex 3B AE BE

RGB Percentages of Color #3baebe

%13.95
%41.13
%44.92

CMYK Percentages of Color #3baebe

%69
%8
%0
%25

Triadic Colors of #3baebe

#3baebe #be3bae #aebe3b

Analogous Colors of #3baebe

#3baebe #3b6dbe #3bbe8d

Monochromatic Colors of #3baebe

#3baebe

Complementary Color

#3baebe #be4b3b

#3baebe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3baebe Color Preview on White Background

Lorem ipsum dolor sit amet.

#3baebe Color CSS Codes

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

#3baebe Text Font Color

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

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


#3baebe Background Color

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

This div background color is #3baebe


#3baebe Border Color

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

This div border color is #3baebe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3baebe


Comments

No comments written yet.

Please login to write comment.