Color Hex Logo

#2fcbda Color Hex

#2FCBDA
(47,203,218)
0 Favorites   0 Comments

Color spaces of #2fcbda

RGB 47203218
HSL0.510.700.52
HSV185°78°85°
CMYK 0.780.070.00   0.15
XYZ35.183148.378273.8132
Yxy48.37820.22360.3074
Hunter Lab69.5544-31.4286-14.2322
CIE-Lab75.0628-33.5061-18.6882

#2fcbda color RGB value is (47,203,218).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00101111 11001011 11011010
Octal 57 313 332
Decimal 47 203 218
Hex 2F CB DA

RGB Percentages of Color #2fcbda

%10.04
%43.38
%46.58

CMYK Percentages of Color #2fcbda

%78
%7
%0
%15

Triadic Colors of #2fcbda

#2fcbda #da2fcb #cbda2f

Analogous Colors of #2fcbda

#2fcbda #2f76da #2fda94

Monochromatic Colors of #2fcbda

#2fcbda

Complementary Color

#2fcbda #da3e2f

#2fcbda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#2fcbda Color Preview on White Background

Lorem ipsum dolor sit amet.

#2fcbda Color CSS Codes

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

#2fcbda Text Font Color

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

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


#2fcbda Background Color

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

This div background color is #2fcbda


#2fcbda Border Color

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

This div border color is #2fcbda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #2fcbda


Comments

No comments written yet.

Please login to write comment.