Color Hex Logo

#3bedec Color Hex

#3BEDEC
(59,237,236)
0 Favorites   0 Comments

Color spaces of #3bedec

RGB 59237236
HSL0.500.830.58
HSV180°75°93°
CMYK 0.750.000.00   0.07
XYZ47.228167.554389.9070
Yxy67.55430.23070.3300
Hunter Lab82.1914-41.2669-7.3217
CIE-Lab85.7831-42.6939-12.1443

#3bedec color RGB value is (59,237,236).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00111011 11101101 11101100
Octal 73 355 354
Decimal 59 237 236
Hex 3B ED EC

RGB Percentages of Color #3bedec

%11.09
%44.55
%44.36

CMYK Percentages of Color #3bedec

%75
%0
%0
%7

Triadic Colors of #3bedec

#3bedec #ec3bed #edec3b

Analogous Colors of #3bedec

#3bedec #3b95ed #3bed93

Monochromatic Colors of #3bedec

#3bedec

Complementary Color

#3bedec #ed3b3c

#3bedec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3bedec Color Preview on White Background

Lorem ipsum dolor sit amet.

#3bedec Color CSS Codes

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

#3bedec Text Font Color

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

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


#3bedec Background Color

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

This div background color is #3bedec


#3bedec Border Color

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

This div border color is #3bedec


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(59,237,236, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3bedec


Comments

No comments written yet.

Please login to write comment.