Color Hex Logo

#3baebf Color Hex

#3BAEBF
(59,174,191)
0 Favorites   0 Comments

Color spaces of #3baebf

RGB 59174191
HSL0.520.530.49
HSV188°69°75°
CMYK 0.690.090.00   0.25
XYZ26.343734.963554.6504
Yxy34.96350.22720.3015
Hunter Lab59.1299-23.9517-13.4074
CIE-Lab65.7202-26.2435-18.0459

#3baebf color RGB value is (59,174,191).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00111011 10101110 10111111
Octal 73 256 277
Decimal 59 174 191
Hex 3B AE BF

RGB Percentages of Color #3baebf

%13.92
%41.04
%45.05

CMYK Percentages of Color #3baebf

%69
%9
%0
%25

Triadic Colors of #3baebf

#3baebf #bf3bae #aebf3b

Analogous Colors of #3baebf

#3baebf #3b6cbf #3bbf8e

Monochromatic Colors of #3baebf

#3baebf

Complementary Color

#3baebf #bf4c3b

#3baebf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3baebf Color Preview on White Background

Lorem ipsum dolor sit amet.

#3baebf Color CSS Codes

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

#3baebf Text Font Color

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

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


#3baebf Background Color

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

This div background color is #3baebf


#3baebf Border Color

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

This div border color is #3baebf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3baebf


Comments

No comments written yet.

Please login to write comment.