Color Hex Logo

#3ab8cf Color Hex

#3AB8CF
(58,184,207)
0 Favorites   0 Comments

Color spaces of #3ab8cf

RGB 58184207
HSL0.530.610.52
HSV189°72°81°
CMYK 0.720.110.00   0.19
XYZ30.147939.685565.1026
Yxy39.68550.22340.2941
Hunter Lab62.9964-24.8199-17.1748
CIE-Lab69.2449-26.4441-21.5167

#3ab8cf color RGB value is (58,184,207).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00111010 10111000 11001111
Octal 72 270 317
Decimal 58 184 207
Hex 3A B8 CF

RGB Percentages of Color #3ab8cf

%12.92
%40.98
%46.10

CMYK Percentages of Color #3ab8cf

%72
%11
%0
%19

Triadic Colors of #3ab8cf

#3ab8cf #cf3ab8 #b8cf3a

Analogous Colors of #3ab8cf

#3ab8cf #3a6ecf #3acf9c

Monochromatic Colors of #3ab8cf

#3ab8cf

Complementary Color

#3ab8cf #cf513a

#3ab8cf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3ab8cf Color Preview on White Background

Lorem ipsum dolor sit amet.

#3ab8cf Color CSS Codes

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

#3ab8cf Text Font Color

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

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


#3ab8cf Background Color

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

This div background color is #3ab8cf


#3ab8cf Border Color

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

This div border color is #3ab8cf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3ab8cf


Comments

No comments written yet.

Please login to write comment.