Color Hex Logo

#2fcedb Color Hex

#2FCEDB
(47,206,219)
0 Favorites   0 Comments

Color spaces of #2fcedb

RGB 47206219
HSL0.510.700.52
HSV185°79°86°
CMYK 0.790.060.00   0.14
XYZ36.029849.861474.7431
Yxy49.86140.22430.3104
Hunter Lab70.6126-32.4931-13.3294
CIE-Lab75.9841-34.6200-17.8345

#2fcedb color RGB value is (47,206,219).

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

The process color (four color CMYK) of #2fcedb color hex is 0.79, 0.06, 0.00, 0.14. Web safe color of #2fcedb is #33cccc. Color #2fcedb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00101111 11001110 11011011
Octal 57 316 333
Decimal 47 206 219
Hex 2F CE DB

RGB Percentages of Color #2fcedb

%9.96
%43.64
%46.40

CMYK Percentages of Color #2fcedb

%79
%6
%0
%14

Triadic Colors of #2fcedb

#2fcedb #db2fce #cedb2f

Analogous Colors of #2fcedb

#2fcedb #2f78db #2fdb92

Monochromatic Colors of #2fcedb

#2fcedb

Complementary Color

#2fcedb #db3c2f

#2fcedb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#2fcedb Color Preview on White Background

Lorem ipsum dolor sit amet.

#2fcedb Color CSS Codes

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

#2fcedb Text Font Color

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

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


#2fcedb Background Color

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

This div background color is #2fcedb


#2fcedb Border Color

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

This div border color is #2fcedb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #2fcedb


Comments

No comments written yet.

Please login to write comment.