Color Hex Logo

#3dbed6 Color Hex

#3DBED6
(61,190,214)
0 Favorites   0 Comments

Color spaces of #3dbed6

RGB 61190214
HSL0.530.650.54
HSV189°71°84°
CMYK 0.710.110.00   0.16
XYZ32.475542.674170.1436
Yxy42.67410.22350.2937
Hunter Lab65.3254-25.5810-17.9352
CIE-Lab71.3332-26.8864-22.1574

#3dbed6 color RGB value is (61,190,214).

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

The process color (four color CMYK) of #3dbed6 color hex is 0.71, 0.11, 0.00, 0.16. Web safe color of #3dbed6 is #33cccc. Color #3dbed6 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00111101 10111110 11010110
Octal 75 276 326
Decimal 61 190 214
Hex 3D BE D6

RGB Percentages of Color #3dbed6

%13.12
%40.86
%46.02

CMYK Percentages of Color #3dbed6

%71
%11
%0
%16

Triadic Colors of #3dbed6

#3dbed6 #d63dbe #bed63d

Analogous Colors of #3dbed6

#3dbed6 #3d72d6 #3dd6a2

Monochromatic Colors of #3dbed6

#3dbed6

Complementary Color

#3dbed6 #d6553d

#3dbed6 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3dbed6 Color Preview on White Background

Lorem ipsum dolor sit amet.

#3dbed6 Color CSS Codes

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

#3dbed6 Text Font Color

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

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


#3dbed6 Background Color

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

This div background color is #3dbed6


#3dbed6 Border Color

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

This div border color is #3dbed6


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3dbed6


Comments

No comments written yet.

Please login to write comment.