Color Hex Logo

#3be9cc Color Hex

#3BE9CC
(59,233,204)
0 Favorites   0 Comments

Color spaces of #3be9cc

RGB 59233204
HSL0.470.800.57
HSV170°75°91°
CMYK 0.750.000.12   0.09
XYZ41.841663.567367.1912
Yxy63.56730.24240.3683
Hunter Lab79.7291-45.84975.8441
CIE-Lab83.7400-49.55501.6918

#3be9cc color RGB value is (59,233,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00111011 11101001 11001100
Octal 73 351 314
Decimal 59 233 204
Hex 3B E9 CC

RGB Percentages of Color #3be9cc

%11.90
%46.98
%41.13

CMYK Percentages of Color #3be9cc

%75
%0
%12
%9

Triadic Colors of #3be9cc

#3be9cc #cc3be9 #e9cc3b

Analogous Colors of #3be9cc

#3be9cc #3bafe9 #3be975

Monochromatic Colors of #3be9cc

#3be9cc

Complementary Color

#3be9cc #e93b58

#3be9cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3be9cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#3be9cc Color CSS Codes

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

#3be9cc Text Font Color

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

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


#3be9cc Background Color

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

This div background color is #3be9cc


#3be9cc Border Color

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

This div border color is #3be9cc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3be9cc


Comments

No comments written yet.

Please login to write comment.