Color Hex Logo

#3dbeff Color Hex

#3DBEFF
(61,190,255)
0 Favorites   0 Comments

Color spaces of #3dbeff

RGB 61190255
HSL0.561.000.62
HSV200°76°100°
CMYK 0.760.250.00   0.00
XYZ38.387945.0390101.2779
Yxy45.03900.20780.2438
Hunter Lab67.1111-15.3415-42.4972
CIE-Lab72.9176-13.6739-41.9246

#3dbeff color RGB value is (61,190,255).

#3dbeff hex color red value is 61, green value is 190 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #3dbeff hue: 0.56 , saturation: 1.00 and the lightness value of 3dbeff is 0.62.

The process color (four color CMYK) of #3dbeff color hex is 0.76, 0.25, 0.00, 0.00. Web safe color of #3dbeff is #33ccff. Color #3dbeff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00111101 10111110 11111111
Octal 75 276 377
Decimal 61 190 255
Hex 3D BE FF

RGB Percentages of Color #3dbeff

%12.06
%37.55
%50.40

CMYK Percentages of Color #3dbeff

%76
%25
%0
%0

Triadic Colors of #3dbeff

#3dbeff #ff3dbe #beff3d

Analogous Colors of #3dbeff

#3dbeff #3d5dff #3dffdf

Monochromatic Colors of #3dbeff

#3dbeff

Complementary Color

#3dbeff #ff7e3d

#3dbeff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3dbeff Color Preview on White Background

Lorem ipsum dolor sit amet.

#3dbeff Color CSS Codes

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

#3dbeff Text Font Color

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

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


#3dbeff Background Color

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

This div background color is #3dbeff


#3dbeff Border Color

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

This div border color is #3dbeff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3dbeff

Related Colors


Comments

No comments written yet.

Please login to write comment.