Color Hex Logo

#3abdc5 Color Hex

#3ABDC5
(58,189,197)
0 Favorites   0 Comments

Color spaces of #3abdc5

RGB 58189197
HSL0.510.550.50
HSV183°71°77°
CMYK 0.710.040.00   0.23
XYZ30.020641.326059.2178
Yxy41.32600.22990.3165
Hunter Lab64.2853-29.1415-9.6166
CIE-Lab70.4037-31.9195-14.2809

#3abdc5 color RGB value is (58,189,197).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00111010 10111101 11000101
Octal 72 275 305
Decimal 58 189 197
Hex 3A BD C5

RGB Percentages of Color #3abdc5

%13.06
%42.57
%44.37

CMYK Percentages of Color #3abdc5

%71
%4
%0
%23

Triadic Colors of #3abdc5

#3abdc5 #c53abd #bdc53a

Analogous Colors of #3abdc5

#3abdc5 #3a78c5 #3ac588

Monochromatic Colors of #3abdc5

#3abdc5

Complementary Color

#3abdc5 #c5423a

#3abdc5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3abdc5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#3abdc5 Color CSS Codes

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

#3abdc5 Text Font Color

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

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


#3abdc5 Background Color

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

This div background color is #3abdc5


#3abdc5 Border Color

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

This div border color is #3abdc5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3abdc5


Comments

No comments written yet.

Please login to write comment.