Color Hex Logo

#2fcedd Color Hex

#2FCEDD
(47,206,221)
0 Favorites   0 Comments

Color spaces of #2fcedd

RGB 47206221
HSL0.510.720.53
HSV185°79°87°
CMYK 0.790.070.00   0.13
XYZ36.294749.967476.1384
Yxy49.96740.22350.3077
Hunter Lab70.6876-32.0522-14.3806
CIE-Lab76.0492-34.0161-18.8133

#2fcedd color RGB value is (47,206,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00101111 11001110 11011101
Octal 57 316 335
Decimal 47 206 221
Hex 2F CE DD

RGB Percentages of Color #2fcedd

%9.92
%43.46
%46.62

CMYK Percentages of Color #2fcedd

%79
%7
%0
%13

Triadic Colors of #2fcedd

#2fcedd #dd2fce #cedd2f

Analogous Colors of #2fcedd

#2fcedd #2f77dd #2fdd95

Monochromatic Colors of #2fcedd

#2fcedd

Complementary Color

#2fcedd #dd3e2f

#2fcedd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#2fcedd Color Preview on White Background

Lorem ipsum dolor sit amet.

#2fcedd Color CSS Codes

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

#2fcedd Text Font Color

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

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


#2fcedd Background Color

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

This div background color is #2fcedd


#2fcedd Border Color

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

This div border color is #2fcedd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #2fcedd


Comments

No comments written yet.

Please login to write comment.