Color Hex Logo

#3abdcb Color Hex

#3ABDCB
(58,189,203)
0 Favorites   0 Comments

Color spaces of #3abdcb

RGB 58189203
HSL0.520.580.51
HSV186°71°80°
CMYK 0.710.070.00   0.20
XYZ30.722041.606562.9116
Yxy41.60650.22720.3076
Hunter Lab64.5031-27.8632-12.6750
CIE-Lab70.5988-30.1287-17.2708

#3abdcb color RGB value is (58,189,203).

#3abdcb hex color red value is 58, green value is 189 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #3abdcb hue: 0.52 , saturation: 0.58 and the lightness value of 3abdcb is 0.51.

The process color (four color CMYK) of #3abdcb color hex is 0.71, 0.07, 0.00, 0.20. Web safe color of #3abdcb is #33cccc. Color #3abdcb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00111010 10111101 11001011
Octal 72 275 313
Decimal 58 189 203
Hex 3A BD CB

RGB Percentages of Color #3abdcb

%12.89
%42.00
%45.11

CMYK Percentages of Color #3abdcb

%71
%7
%0
%20

Triadic Colors of #3abdcb

#3abdcb #cb3abd #bdcb3a

Analogous Colors of #3abdcb

#3abdcb #3a75cb #3acb91

Monochromatic Colors of #3abdcb

#3abdcb

Complementary Color

#3abdcb #cb483a

#3abdcb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3abdcb Color Preview on White Background

Lorem ipsum dolor sit amet.

#3abdcb Color CSS Codes

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

#3abdcb Text Font Color

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

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


#3abdcb Background Color

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

This div background color is #3abdcb


#3abdcb Border Color

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

This div border color is #3abdcb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3abdcb


Comments

No comments written yet.

Please login to write comment.