Color Hex Logo

#3dbead Color Hex

#3DBEAD
(61,190,173)
0 Favorites   0 Comments

Color spaces of #3dbead

RGB 61190173
HSL0.480.510.49
HSV172°68°75°
CMYK 0.680.000.09   0.25
XYZ27.880740.836145.9479
Yxy40.83610.24310.3561
Hunter Lab63.9031-33.95162.1012
CIE-Lab70.0609-38.7328-1.6331

#3dbead color RGB value is (61,190,173).

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

The process color (four color CMYK) of #3dbead color hex is 0.68, 0.00, 0.09, 0.25. Web safe color of #3dbead is #33cc99. Color #3dbead contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00111101 10111110 10101101
Octal 75 276 255
Decimal 61 190 173
Hex 3D BE AD

RGB Percentages of Color #3dbead

%14.39
%44.81
%40.80

CMYK Percentages of Color #3dbead

%68
%0
%9
%25

Triadic Colors of #3dbead

#3dbead #ad3dbe #bead3d

Analogous Colors of #3dbead

#3dbead #3d8fbe #3dbe6d

Monochromatic Colors of #3dbead

#3dbead

Complementary Color

#3dbead #be3d4e

#3dbead Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3dbead Color Preview on White Background

Lorem ipsum dolor sit amet.

#3dbead Color CSS Codes

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

#3dbead Text Font Color

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

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


#3dbead Background Color

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

This div background color is #3dbead


#3dbead Border Color

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

This div border color is #3dbead


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3dbead


Comments

No comments written yet.

Please login to write comment.