Color Hex Logo

#3af9bc Color Hex

#3AF9BC
(58,249,188)
0 Favorites   0 Comments

Color spaces of #3af9bc

RGB 58249188
HSL0.450.940.60
HSV161°77°98°
CMYK 0.770.000.24   0.02
XYZ44.697772.281759.1729
Yxy72.28170.25370.4103
Hunter Lab85.0186-54.938018.2473
CIE-Lab88.1040-59.900916.2781

#3af9bc color RGB value is (58,249,188).

#3af9bc hex color red value is 58, green value is 249 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #3af9bc hue: 0.45 , saturation: 0.94 and the lightness value of 3af9bc is 0.60.

The process color (four color CMYK) of #3af9bc color hex is 0.77, 0.00, 0.24, 0.02. Web safe color of #3af9bc is #33ffcc. Color #3af9bc contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00111010 11111001 10111100
Octal 72 371 274
Decimal 58 249 188
Hex 3A F9 BC

RGB Percentages of Color #3af9bc

%11.72
%50.30
%37.98

CMYK Percentages of Color #3af9bc

%77
%0
%24
%2

Triadic Colors of #3af9bc

#3af9bc #bc3af9 #f9bc3a

Analogous Colors of #3af9bc

#3af9bc #3ad7f9 #3af95d

Monochromatic Colors of #3af9bc

#3af9bc

Complementary Color

#3af9bc #f93a77

#3af9bc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3af9bc Color Preview on White Background

Lorem ipsum dolor sit amet.

#3af9bc Color CSS Codes

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

#3af9bc Text Font Color

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

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


#3af9bc Background Color

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

This div background color is #3af9bc


#3af9bc Border Color

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

This div border color is #3af9bc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3af9bc


Comments

No comments written yet.

Please login to write comment.