Color Hex Logo

#3dbadb Color Hex

#3DBADB
(61,186,219)
0 Favorites   0 Comments

Color spaces of #3dbadb

RGB 61186219
HSL0.530.690.55
HSV193°72°86°
CMYK 0.720.150.00   0.14
XYZ32.269641.224473.2742
Yxy41.22440.21990.2809
Hunter Lab64.2062-22.6481-22.7193
CIE-Lab70.3329-23.3148-26.4146

#3dbadb color RGB value is (61,186,219).

#3dbadb hex color red value is 61, green value is 186 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #3dbadb hue: 0.53 , saturation: 0.69 and the lightness value of 3dbadb is 0.55.

The process color (four color CMYK) of #3dbadb color hex is 0.72, 0.15, 0.00, 0.14. Web safe color of #3dbadb is #33cccc. Color #3dbadb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00111101 10111010 11011011
Octal 75 272 333
Decimal 61 186 219
Hex 3D BA DB

RGB Percentages of Color #3dbadb

%13.09
%39.91
%47.00

CMYK Percentages of Color #3dbadb

%72
%15
%0
%14

Triadic Colors of #3dbadb

#3dbadb #db3dba #badb3d

Analogous Colors of #3dbadb

#3dbadb #3d6bdb #3ddbad

Monochromatic Colors of #3dbadb

#3dbadb

Complementary Color

#3dbadb #db5e3d

#3dbadb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3dbadb Color Preview on White Background

Lorem ipsum dolor sit amet.

#3dbadb Color CSS Codes

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

#3dbadb Text Font Color

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

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


#3dbadb Background Color

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

This div background color is #3dbadb


#3dbadb Border Color

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

This div border color is #3dbadb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3dbadb


Comments

No comments written yet.

Please login to write comment.