Color Hex Logo

#3dadbc Color Hex

#3DADBC
(61,173,188)
0 Favorites   0 Comments

Color spaces of #3dadbc

RGB 61173188
HSL0.520.510.49
HSV187°68°74°
CMYK 0.680.080.00   0.26
XYZ25.945134.510152.8706
Yxy34.51010.22890.3045
Hunter Lab58.7453-23.9690-12.2391
CIE-Lab65.3655-26.3668-16.9131

#3dadbc color RGB value is (61,173,188).

#3dadbc hex color red value is 61, green value is 173 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #3dadbc hue: 0.52 , saturation: 0.51 and the lightness value of 3dadbc is 0.49.

The process color (four color CMYK) of #3dadbc color hex is 0.68, 0.08, 0.00, 0.26. Web safe color of #3dadbc is #3399cc. Color #3dadbc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00111101 10101101 10111100
Octal 75 255 274
Decimal 61 173 188
Hex 3D AD BC

RGB Percentages of Color #3dadbc

%14.45
%41.00
%44.55

CMYK Percentages of Color #3dadbc

%68
%8
%0
%26

Triadic Colors of #3dadbc

#3dadbc #bc3dad #adbc3d

Analogous Colors of #3dadbc

#3dadbc #3d6ebc #3dbc8c

Monochromatic Colors of #3dadbc

#3dadbc

Complementary Color

#3dadbc #bc4c3d

#3dadbc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3dadbc Color Preview on White Background

Lorem ipsum dolor sit amet.

#3dadbc Color CSS Codes

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

#3dadbc Text Font Color

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

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


#3dadbc Background Color

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

This div background color is #3dadbc


#3dadbc Border Color

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

This div border color is #3dadbc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3dadbc


Comments

No comments written yet.

Please login to write comment.