Color Hex Logo

#3abcbe Color Hex

#3ABCBE
(58,188,190)
0 Favorites   0 Comments

Color spaces of #3abcbe

RGB 58188190
HSL0.500.530.49
HSV181°69°75°
CMYK 0.690.010.00   0.25
XYZ29.022440.583755.0190
Yxy40.58370.23290.3256
Hunter Lab63.7053-30.1646-6.6120
CIE-Lab69.8833-33.4928-11.2248

#3abcbe color RGB value is (58,188,190).

#3abcbe hex color red value is 58, green value is 188 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #3abcbe hue: 0.50 , saturation: 0.53 and the lightness value of 3abcbe is 0.49.

The process color (four color CMYK) of #3abcbe color hex is 0.69, 0.01, 0.00, 0.25. Web safe color of #3abcbe is #33cccc. Color #3abcbe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00111010 10111100 10111110
Octal 72 274 276
Decimal 58 188 190
Hex 3A BC BE

RGB Percentages of Color #3abcbe

%13.30
%43.12
%43.58

CMYK Percentages of Color #3abcbe

%69
%1
%0
%25

Triadic Colors of #3abcbe

#3abcbe #be3abc #bcbe3a

Analogous Colors of #3abcbe

#3abcbe #3a7abe #3abe7e

Monochromatic Colors of #3abcbe

#3abcbe

Complementary Color

#3abcbe #be3c3a

#3abcbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3abcbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#3abcbe Color CSS Codes

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

#3abcbe Text Font Color

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

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


#3abcbe Background Color

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

This div background color is #3abcbe


#3abcbe Border Color

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

This div border color is #3abcbe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3abcbe


Comments

No comments written yet.

Please login to write comment.