Color Hex Logo

#2fb9ce Color Hex

#2FB9CE
(47,185,206)
0 Favorites   0 Comments

Color spaces of #2fb9ce

RGB 47185206
HSL0.520.630.50
HSV188°77°81°
CMYK 0.770.100.00   0.19
XYZ29.661839.758564.5033
Yxy39.75850.22150.2969
Hunter Lab63.0543-26.3758-16.5144
CIE-Lab69.2972-28.5119-20.9081

#2fb9ce color RGB value is (47,185,206).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00101111 10111001 11001110
Octal 57 271 316
Decimal 47 185 206
Hex 2F B9 CE

RGB Percentages of Color #2fb9ce

%10.73
%42.24
%47.03

CMYK Percentages of Color #2fb9ce

%77
%10
%0
%19

Triadic Colors of #2fb9ce

#2fb9ce #ce2fb9 #b9ce2f

Analogous Colors of #2fb9ce

#2fb9ce #2f6ace #2fce94

Monochromatic Colors of #2fb9ce

#2fb9ce

Complementary Color

#2fb9ce #ce442f

#2fb9ce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#2fb9ce Color Preview on White Background

Lorem ipsum dolor sit amet.

#2fb9ce Color CSS Codes

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

#2fb9ce Text Font Color

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

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


#2fb9ce Background Color

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

This div background color is #2fb9ce


#2fb9ce Border Color

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

This div border color is #2fb9ce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #2fb9ce


Comments

No comments written yet.

Please login to write comment.