Color Hex Logo

#3bedd6 Color Hex

#3BEDD6
(59,237,214)
0 Favorites   0 Comments

Color spaces of #3bedd6

RGB 59237214
HSL0.480.830.58
HSV172°75°93°
CMYK 0.750.000.10   0.07
XYZ44.225466.353274.0949
Yxy66.35320.23950.3593
Hunter Lab81.4575-45.63823.0892
CIE-Lab85.1763-48.6556-1.4745

#3bedd6 color RGB value is (59,237,214).

#3bedd6 hex color red value is 59, green value is 237 and the blue value of its RGB is 214. Cylindrical-coordinate representations (also known as HSL) of color #3bedd6 hue: 0.48 , saturation: 0.83 and the lightness value of 3bedd6 is 0.58.

The process color (four color CMYK) of #3bedd6 color hex is 0.75, 0.00, 0.10, 0.07. Web safe color of #3bedd6 is #33ffcc. Color #3bedd6 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00111011 11101101 11010110
Octal 73 355 326
Decimal 59 237 214
Hex 3B ED D6

RGB Percentages of Color #3bedd6

%11.57
%46.47
%41.96

CMYK Percentages of Color #3bedd6

%75
%0
%10
%7

Triadic Colors of #3bedd6

#3bedd6 #d63bed #edd63b

Analogous Colors of #3bedd6

#3bedd6 #3babed #3bed7d

Monochromatic Colors of #3bedd6

#3bedd6

Complementary Color

#3bedd6 #ed3b52

#3bedd6 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3bedd6 Color Preview on White Background

Lorem ipsum dolor sit amet.

#3bedd6 Color CSS Codes

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

#3bedd6 Text Font Color

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

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


#3bedd6 Background Color

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

This div background color is #3bedd6


#3bedd6 Border Color

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

This div border color is #3bedd6


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3bedd6


Comments

No comments written yet.

Please login to write comment.