Color Hex Logo

#3dbbdb Color Hex

#3DBBDB
(61,187,219)
0 Favorites   0 Comments

Color spaces of #3dbbdb

RGB 61187219
HSL0.530.690.55
HSV192°72°86°
CMYK 0.720.150.00   0.14
XYZ32.481041.647273.3446
Yxy41.64720.22030.2824
Hunter Lab64.5346-23.0946-22.2097
CIE-Lab70.6270-23.8226-25.9636

#3dbbdb color RGB value is (61,187,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00111101 10111011 11011011
Octal 75 273 333
Decimal 61 187 219
Hex 3D BB DB

RGB Percentages of Color #3dbbdb

%13.06
%40.04
%46.90

CMYK Percentages of Color #3dbbdb

%72
%15
%0
%14

Triadic Colors of #3dbbdb

#3dbbdb #db3dbb #bbdb3d

Analogous Colors of #3dbbdb

#3dbbdb #3d6cdb #3ddbac

Monochromatic Colors of #3dbbdb

#3dbbdb

Complementary Color

#3dbbdb #db5d3d

#3dbbdb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3dbbdb Color Preview on White Background

Lorem ipsum dolor sit amet.

#3dbbdb Color CSS Codes

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

#3dbbdb Text Font Color

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

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


#3dbbdb Background Color

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

This div background color is #3dbbdb


#3dbbdb Border Color

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

This div border color is #3dbbdb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3dbbdb


Comments

No comments written yet.

Please login to write comment.