Color Hex Logo

#3abfcf Color Hex

#3ABFCF
(58,191,207)
0 Favorites   0 Comments

Color spaces of #3abfcf

RGB 58191207
HSL0.520.610.52
HSV186°72°81°
CMYK 0.720.080.00   0.19
XYZ31.638242.666165.5994
Yxy42.66610.22610.3050
Hunter Lab65.3193-27.8501-13.8207
CIE-Lab71.3278-29.8932-18.3532

#3abfcf color RGB value is (58,191,207).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00111010 10111111 11001111
Octal 72 277 317
Decimal 58 191 207
Hex 3A BF CF

RGB Percentages of Color #3abfcf

%12.72
%41.89
%45.39

CMYK Percentages of Color #3abfcf

%72
%8
%0
%19

Triadic Colors of #3abfcf

#3abfcf #cf3abf #bfcf3a

Analogous Colors of #3abfcf

#3abfcf #3a75cf #3acf95

Monochromatic Colors of #3abfcf

#3abfcf

Complementary Color

#3abfcf #cf4a3a

#3abfcf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3abfcf Color Preview on White Background

Lorem ipsum dolor sit amet.

#3abfcf Color CSS Codes

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

#3abfcf Text Font Color

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

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


#3abfcf Background Color

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

This div background color is #3abfcf


#3abfcf Border Color

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

This div border color is #3abfcf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3abfcf


Comments

No comments written yet.

Please login to write comment.