Color Hex Logo

#3abbbd Color Hex

#3ABBBD
(58,187,189)
0 Favorites   0 Comments

Color spaces of #3abbbd

RGB 58187189
HSL0.500.530.48
HSV181°69°74°
CMYK 0.690.010.00   0.26
XYZ28.700640.114354.3743
Yxy40.11430.23300.3256
Hunter Lab63.3359-29.9506-6.5658
CIE-Lab69.5509-33.3091-11.1733

#3abbbd color RGB value is (58,187,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00111010 10111011 10111101
Octal 72 273 275
Decimal 58 187 189
Hex 3A BB BD

RGB Percentages of Color #3abbbd

%13.36
%43.09
%43.55

CMYK Percentages of Color #3abbbd

%69
%1
%0
%26

Triadic Colors of #3abbbd

#3abbbd #bd3abb #bbbd3a

Analogous Colors of #3abbbd

#3abbbd #3a7abd #3abd7e

Monochromatic Colors of #3abbbd

#3abbbd

Complementary Color

#3abbbd #bd3c3a

#3abbbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3abbbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#3abbbd Color CSS Codes

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

#3abbbd Text Font Color

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

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


#3abbbd Background Color

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

This div background color is #3abbbd


#3abbbd Border Color

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

This div border color is #3abbbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3abbbd


Comments

No comments written yet.

Please login to write comment.