Color Hex Logo

#3d9fbe Color Hex

#3D9FBE
(61,159,190)
0 Favorites   0 Comments

Color spaces of #3d9fbe

RGB 61159190
HSL0.540.510.49
HSV194°68°75°
CMYK 0.680.160.00   0.25
XYZ23.616929.506153.1657
Yxy29.50610.22220.2776
Hunter Lab54.3195-17.4514-20.0069
CIE-Lab61.2257-18.5305-24.3425

#3d9fbe color RGB value is (61,159,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00111101 10011111 10111110
Octal 75 237 276
Decimal 61 159 190
Hex 3D 9F BE

RGB Percentages of Color #3d9fbe

%14.88
%38.78
%46.34

CMYK Percentages of Color #3d9fbe

%68
%16
%0
%25

Triadic Colors of #3d9fbe

#3d9fbe #be3d9f #9fbe3d

Analogous Colors of #3d9fbe

#3d9fbe #3d5ebe #3dbe9d

Monochromatic Colors of #3d9fbe

#3d9fbe

Complementary Color

#3d9fbe #be5c3d

#3d9fbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3d9fbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#3d9fbe Color CSS Codes

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

#3d9fbe Text Font Color

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

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


#3d9fbe Background Color

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

This div background color is #3d9fbe


#3d9fbe Border Color

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

This div border color is #3d9fbe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3d9fbe


Comments

No comments written yet.

Please login to write comment.