Color Hex Logo

#3d8bed Color Hex

#3D8BED
(61,139,237)
0 Favorites   0 Comments

Color spaces of #3d8bed

RGB 61139237
HSL0.590.830.58
HSV213°74°93°
CMYK 0.740.410.00   0.07
XYZ26.443125.571883.6629
Yxy25.57180.19490.1885
Hunter Lab50.56864.8455-62.6940
CIE-Lab57.62849.0448-56.2386

#3d8bed color RGB value is (61,139,237).

#3d8bed hex color red value is 61, green value is 139 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #3d8bed hue: 0.59 , saturation: 0.83 and the lightness value of 3d8bed is 0.58.

The process color (four color CMYK) of #3d8bed color hex is 0.74, 0.41, 0.00, 0.07. Web safe color of #3d8bed is #3399ff. Color #3d8bed contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00111101 10001011 11101101
Octal 75 213 355
Decimal 61 139 237
Hex 3D 8B ED

RGB Percentages of Color #3d8bed

%13.96
%31.81
%54.23

CMYK Percentages of Color #3d8bed

%74
%41
%0
%7

Triadic Colors of #3d8bed

#3d8bed #ed3d8b #8bed3d

Analogous Colors of #3d8bed

#3d8bed #473ded #3de3ed

Monochromatic Colors of #3d8bed

#3d8bed

Complementary Color

#3d8bed #ed9f3d

#3d8bed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3d8bed Color Preview on White Background

Lorem ipsum dolor sit amet.

#3d8bed Color CSS Codes

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

#3d8bed Text Font Color

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

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


#3d8bed Background Color

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

This div background color is #3d8bed


#3d8bed Border Color

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

This div border color is #3d8bed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3d8bed


Comments

No comments written yet.

Please login to write comment.