Color Hex Logo

#2fb9cc Color Hex

#2FB9CC
(47,185,204)
0 Favorites   0 Comments

Color spaces of #2fb9cc

RGB 47185204
HSL0.520.630.49
HSV187°77°80°
CMYK 0.770.090.00   0.20
XYZ29.420339.661963.2316
Yxy39.66190.22240.2998
Hunter Lab62.9777-26.8239-15.4447
CIE-Lab69.2280-29.1368-19.9160

#2fb9cc color RGB value is (47,185,204).

#2fb9cc hex color red value is 47, green value is 185 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #2fb9cc hue: 0.52 , saturation: 0.63 and the lightness value of 2fb9cc is 0.49.

The process color (four color CMYK) of #2fb9cc color hex is 0.77, 0.09, 0.00, 0.20. Web safe color of #2fb9cc is #33cccc. Color #2fb9cc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00101111 10111001 11001100
Octal 57 271 314
Decimal 47 185 204
Hex 2F B9 CC

RGB Percentages of Color #2fb9cc

%10.78
%42.43
%46.79

CMYK Percentages of Color #2fb9cc

%77
%9
%0
%20

Triadic Colors of #2fb9cc

#2fb9cc #cc2fb9 #b9cc2f

Analogous Colors of #2fb9cc

#2fb9cc #2f6bcc #2fcc91

Monochromatic Colors of #2fb9cc

#2fb9cc

Complementary Color

#2fb9cc #cc422f

#2fb9cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#2fb9cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#2fb9cc Color CSS Codes

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

#2fb9cc Text Font Color

<p style="color:#2fb9cc">Text here</p>

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


#2fb9cc Background Color

<div style="background-color:#2fb9cc">
Div content here</div>

This div background color is #2fb9cc


#2fb9cc Border Color

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

This div border color is #2fb9cc


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(47,185,204, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #2fb9cc; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #2fb9cc;
  -webkit-box-shadow: 1px 1px 3px 2px #2fb9cc;
  box-shadow:         1px 1px 3px 2px #2fb9cc; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(47,185,204, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #2fb9cc


Comments

No comments written yet.

Please login to write comment.