Color Hex Logo

#39abbe Color Hex

#39ABBE
(57,171,190)
0 Favorites   0 Comments

Color spaces of #39abbe

RGB 57171190
HSL0.520.540.48
HSV189°70°75°
CMYK 0.700.100.00   0.25
XYZ25.544533.713453.8762
Yxy33.71340.22580.2980
Hunter Lab58.0632-23.0809-14.3702
CIE-Lab64.7344-25.3250-18.9914

#39abbe color RGB value is (57,171,190).

#39abbe hex color red value is 57, green value is 171 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #39abbe hue: 0.52 , saturation: 0.54 and the lightness value of 39abbe is 0.48.

The process color (four color CMYK) of #39abbe color hex is 0.70, 0.10, 0.00, 0.25. Web safe color of #39abbe is #3399cc. Color #39abbe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00111001 10101011 10111110
Octal 71 253 276
Decimal 57 171 190
Hex 39 AB BE

RGB Percentages of Color #39abbe

%13.64
%40.91
%45.45

CMYK Percentages of Color #39abbe

%70
%10
%0
%25

Triadic Colors of #39abbe

#39abbe #be39ab #abbe39

Analogous Colors of #39abbe

#39abbe #3969be #39be8f

Monochromatic Colors of #39abbe

#39abbe

Complementary Color

#39abbe #be4c39

#39abbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#39abbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#39abbe Color CSS Codes

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

#39abbe Text Font Color

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

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


#39abbe Background Color

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

This div background color is #39abbe


#39abbe Border Color

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

This div border color is #39abbe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #39abbe


Comments

No comments written yet.

Please login to write comment.