Color Hex Logo

#3daebb Color Hex

#3DAEBB
(61,174,187)
0 Favorites   0 Comments

Color spaces of #3daebb

RGB 61174187
HSL0.520.510.49
HSV186°67°73°
CMYK 0.670.070.00   0.27
XYZ26.030234.852152.3689
Yxy34.85210.22980.3077
Hunter Lab59.0357-24.6076-11.2695
CIE-Lab65.6334-27.1673-15.9524

#3daebb color RGB value is (61,174,187).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00111101 10101110 10111011
Octal 75 256 273
Decimal 61 174 187
Hex 3D AE BB

RGB Percentages of Color #3daebb

%14.45
%41.23
%44.31

CMYK Percentages of Color #3daebb

%67
%7
%0
%27

Triadic Colors of #3daebb

#3daebb #bb3dae #aebb3d

Analogous Colors of #3daebb

#3daebb #3d6fbb #3dbb89

Monochromatic Colors of #3daebb

#3daebb

Complementary Color

#3daebb #bb4a3d

#3daebb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3daebb Color Preview on White Background

Lorem ipsum dolor sit amet.

#3daebb Color CSS Codes

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

#3daebb Text Font Color

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

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


#3daebb Background Color

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

This div background color is #3daebb


#3daebb Border Color

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

This div border color is #3daebb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3daebb


Comments

No comments written yet.

Please login to write comment.