Color Hex Logo

#3bedcc Color Hex

#3BEDCC
(59,237,204)
0 Favorites   0 Comments

Color spaces of #3bedcc

RGB 59237204
HSL0.470.830.58
HSV169°75°93°
CMYK 0.750.000.14   0.07
XYZ42.986965.857867.5729
Yxy65.85780.24370.3733
Hunter Lab81.1528-47.46547.4384
CIE-Lab84.9238-51.21863.4111

#3bedcc color RGB value is (59,237,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00111011 11101101 11001100
Octal 73 355 314
Decimal 59 237 204
Hex 3B ED CC

RGB Percentages of Color #3bedcc

%11.80
%47.40
%40.80

CMYK Percentages of Color #3bedcc

%75
%0
%14
%7

Triadic Colors of #3bedcc

#3bedcc #cc3bed #edcc3b

Analogous Colors of #3bedcc

#3bedcc #3bb5ed #3bed73

Monochromatic Colors of #3bedcc

#3bedcc

Complementary Color

#3bedcc #ed3b5c

#3bedcc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3bedcc Color Preview on White Background

Lorem ipsum dolor sit amet.

#3bedcc Color CSS Codes

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

#3bedcc Text Font Color

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

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


#3bedcc Background Color

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

This div background color is #3bedcc


#3bedcc Border Color

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

This div border color is #3bedcc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3bedcc


Comments

No comments written yet.

Please login to write comment.