Color Hex Logo

#3abfcd Color Hex

#3ABFCD
(58,191,205)
0 Favorites   0 Comments

Color spaces of #3abfcd

RGB 58191205
HSL0.520.600.52
HSV186°72°80°
CMYK 0.720.070.00   0.20
XYZ31.395242.568964.3195
Yxy42.56890.22700.3078
Hunter Lab65.2448-28.2860-12.7777
CIE-Lab71.2614-30.4965-17.3618

#3abfcd color RGB value is (58,191,205).

#3abfcd hex color red value is 58, green value is 191 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #3abfcd hue: 0.52 , saturation: 0.60 and the lightness value of 3abfcd is 0.52.

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

Base Numbers

BaseRedGreenBlue
Binary 00111010 10111111 11001101
Octal 72 277 315
Decimal 58 191 205
Hex 3A BF CD

RGB Percentages of Color #3abfcd

%12.78
%42.07
%45.15

CMYK Percentages of Color #3abfcd

%72
%7
%0
%20

Triadic Colors of #3abfcd

#3abfcd #cd3abf #bfcd3a

Analogous Colors of #3abfcd

#3abfcd #3a76cd #3acd92

Monochromatic Colors of #3abfcd

#3abfcd

Complementary Color

#3abfcd #cd483a

#3abfcd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3abfcd Color Preview on White Background

Lorem ipsum dolor sit amet.

#3abfcd Color CSS Codes

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

#3abfcd Text Font Color

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

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


#3abfcd Background Color

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

This div background color is #3abfcd


#3abfcd Border Color

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

This div border color is #3abfcd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3abfcd


Comments

No comments written yet.

Please login to write comment.