Color Hex Logo

#39bcbc Color Hex

#39BCBC
(57,188,188)
0 Favorites   0 Comments

Color spaces of #39bcbc

RGB 57188188
HSL0.500.530.48
HSV180°70°74°
CMYK 0.700.000.00   0.26
XYZ28.747740.467153.8727
Yxy40.46710.23360.3288
Hunter Lab63.6138-30.6581-5.6814
CIE-Lab69.8009-34.2036-10.2527

#39bcbc color RGB value is (57,188,188).

#39bcbc hex color red value is 57, green value is 188 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #39bcbc hue: 0.50 , saturation: 0.53 and the lightness value of 39bcbc is 0.48.

The process color (four color CMYK) of #39bcbc color hex is 0.70, 0.00, 0.00, 0.26. Web safe color of #39bcbc is #33cccc. Color #39bcbc contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00111001 10111100 10111100
Octal 71 274 274
Decimal 57 188 188
Hex 39 BC BC

RGB Percentages of Color #39bcbc

%13.16
%43.42
%43.42

CMYK Percentages of Color #39bcbc

%70
%0
%0
%26

Triadic Colors of #39bcbc

#39bcbc #bc39bc #bcbc39

Analogous Colors of #39bcbc

#39bcbc #397bbc #39bc7b

Monochromatic Colors of #39bcbc

#39bcbc

Complementary Color

#39bcbc #bc3939

#39bcbc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#39bcbc Color Preview on White Background

Lorem ipsum dolor sit amet.

#39bcbc Color CSS Codes

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

#39bcbc Text Font Color

<p style="color:#39bcbc">Text here</p>

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


#39bcbc Background Color

<div style="background-color:#39bcbc">
Div content here</div>

This div background color is #39bcbc


#39bcbc Border Color

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

This div border color is #39bcbc


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(57,188,188, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #39bcbc; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #39bcbc;
  -webkit-box-shadow: 1px 1px 3px 2px #39bcbc;
  box-shadow:         1px 1px 3px 2px #39bcbc; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #39bcbc


Comments

No comments written yet.

Please login to write comment.