Color Hex Logo

#2fc4dd Color Hex

#2FC4DD
(47,196,221)
0 Favorites   0 Comments

Color spaces of #2fc4dd

RGB 47196221
HSL0.520.720.53
HSV189°79°87°
CMYK 0.790.110.00   0.13
XYZ33.963445.304775.3612
Yxy45.30470.21960.2930
Hunter Lab67.3088-27.7208-19.2670
CIE-Lab73.0921-29.2089-23.3058

#2fc4dd color RGB value is (47,196,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00101111 11000100 11011101
Octal 57 304 335
Decimal 47 196 221
Hex 2F C4 DD

RGB Percentages of Color #2fc4dd

%10.13
%42.24
%47.63

CMYK Percentages of Color #2fc4dd

%79
%11
%0
%13

Triadic Colors of #2fc4dd

#2fc4dd #dd2fc4 #c4dd2f

Analogous Colors of #2fc4dd

#2fc4dd #2f6ddd #2fdd9f

Monochromatic Colors of #2fc4dd

#2fc4dd

Complementary Color

#2fc4dd #dd482f

#2fc4dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#2fc4dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#2fc4dd Color CSS Codes

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

#2fc4dd Text Font Color

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

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


#2fc4dd Background Color

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

This div background color is #2fc4dd


#2fc4dd Border Color

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

This div border color is #2fc4dd


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(47,196,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 #2fc4dd">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #2fc4dd


Comments

No comments written yet.

Please login to write comment.