Color Hex Logo

#39bca5 Color Hex

#39BCA5
(57,188,165)
0 Favorites   0 Comments

Color spaces of #39bca5

RGB 57188165
HSL0.470.530.48
HSV169°70°74°
CMYK 0.700.000.12   0.26
XYZ26.462139.552941.8371
Yxy39.55290.24540.3667
Hunter Lab62.8911-34.95364.5822
CIE-Lab69.1499-40.53881.4104

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

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

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

Base Numbers

BaseRedGreenBlue
Binary 00111001 10111100 10100101
Octal 71 274 245
Decimal 57 188 165
Hex 39 BC A5

RGB Percentages of Color #39bca5

%13.90
%45.85
%40.24

CMYK Percentages of Color #39bca5

%70
%0
%12
%26

Triadic Colors of #39bca5

#39bca5 #a539bc #bca539

Analogous Colors of #39bca5

#39bca5 #3992bc #39bc64

Monochromatic Colors of #39bca5

#39bca5

Complementary Color

#39bca5 #bc3950

#39bca5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#39bca5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#39bca5 Color CSS Codes

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

#39bca5 Text Font Color

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

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


#39bca5 Background Color

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

This div background color is #39bca5


#39bca5 Border Color

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

This div border color is #39bca5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #39bca5


Comments

No comments written yet.

Please login to write comment.