Color Hex Logo

#3abcbd Color Hex

#3ABCBD
(58,188,189)
0 Favorites   0 Comments

Color spaces of #3abcbd

RGB 58188189
HSL0.500.530.48
HSV180°69°74°
CMYK 0.690.010.00   0.26
XYZ28.913540.540154.4452
Yxy40.54010.23340.3272
Hunter Lab63.6711-30.3663-6.1291
CIE-Lab69.8525-33.7818-10.7222

#3abcbd color RGB value is (58,188,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00111010 10111100 10111101
Octal 72 274 275
Decimal 58 188 189
Hex 3A BC BD

RGB Percentages of Color #3abcbd

%13.33
%43.22
%43.45

CMYK Percentages of Color #3abcbd

%69
%1
%0
%26

Triadic Colors of #3abcbd

#3abcbd #bd3abc #bcbd3a

Analogous Colors of #3abcbd

#3abcbd #3a7bbd #3abd7d

Monochromatic Colors of #3abcbd

#3abcbd

Complementary Color

#3abcbd #bd3b3a

#3abcbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3abcbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#3abcbd Color CSS Codes

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

#3abcbd Text Font Color

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

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


#3abcbd Background Color

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

This div background color is #3abcbd


#3abcbd Border Color

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

This div border color is #3abcbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3abcbd


Comments

No comments written yet.

Please login to write comment.