Color Hex Logo

#2fcedf Color Hex

#2FCEDF
(47,206,223)
0 Favorites   0 Comments

Color spaces of #2fcedf

RGB 47206223
HSL0.520.730.53
HSV186°79°87°
CMYK 0.790.080.00   0.13
XYZ36.562950.074777.5503
Yxy50.07470.22270.3050
Hunter Lab70.7635-31.6066-15.4420
CIE-Lab76.1151-33.4086-19.7903

#2fcedf color RGB value is (47,206,223).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00101111 11001110 11011111
Octal 57 316 337
Decimal 47 206 223
Hex 2F CE DF

RGB Percentages of Color #2fcedf

%9.87
%43.28
%46.85

CMYK Percentages of Color #2fcedf

%79
%8
%0
%13

Triadic Colors of #2fcedf

#2fcedf #df2fce #cedf2f

Analogous Colors of #2fcedf

#2fcedf #2f76df #2fdf98

Monochromatic Colors of #2fcedf

#2fcedf

Complementary Color

#2fcedf #df402f

#2fcedf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#2fcedf Color Preview on White Background

Lorem ipsum dolor sit amet.

#2fcedf Color CSS Codes

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

#2fcedf Text Font Color

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

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


#2fcedf Background Color

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

This div background color is #2fcedf


#2fcedf Border Color

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

This div border color is #2fcedf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #2fcedf


Comments

No comments written yet.

Please login to write comment.