Color Hex Logo

#3d9ebb Color Hex

#3D9EBB
(61,158,187)
0 Favorites   0 Comments

Color spaces of #3d9ebb

RGB 61158187
HSL0.540.510.49
HSV194°67°73°
CMYK 0.670.160.00   0.27
XYZ23.121029.033751.3992
Yxy29.03370.22330.2804
Hunter Lab53.8829-17.7013-18.8390
CIE-Lab60.8114-18.9602-23.2930

#3d9ebb color RGB value is (61,158,187).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00111101 10011110 10111011
Octal 75 236 273
Decimal 61 158 187
Hex 3D 9E BB

RGB Percentages of Color #3d9ebb

%15.02
%38.92
%46.06

CMYK Percentages of Color #3d9ebb

%67
%16
%0
%27

Triadic Colors of #3d9ebb

#3d9ebb #bb3d9e #9ebb3d

Analogous Colors of #3d9ebb

#3d9ebb #3d5fbb #3dbb99

Monochromatic Colors of #3d9ebb

#3d9ebb

Complementary Color

#3d9ebb #bb5a3d

#3d9ebb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3d9ebb Color Preview on White Background

Lorem ipsum dolor sit amet.

#3d9ebb Color CSS Codes

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

#3d9ebb Text Font Color

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

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


#3d9ebb Background Color

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

This div background color is #3d9ebb


#3d9ebb Border Color

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

This div border color is #3d9ebb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(61,158,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 #3d9ebb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3d9ebb


Comments

No comments written yet.

Please login to write comment.