Color Hex Logo

#2fbed5 Color Hex

#2FBED5
(47,190,213)
0 Favorites   0 Comments

Color spaces of #2fbed5

RGB 47190213
HSL0.520.660.51
HSV188°78°84°
CMYK 0.780.110.00   0.16
XYZ31.596042.235369.4377
Yxy42.23530.22050.2948
Hunter Lab64.9887-26.9476-17.8568
CIE-Lab71.0328-28.7761-22.0939

#2fbed5 color RGB value is (47,190,213).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00101111 10111110 11010101
Octal 57 276 325
Decimal 47 190 213
Hex 2F BE D5

RGB Percentages of Color #2fbed5

%10.44
%42.22
%47.33

CMYK Percentages of Color #2fbed5

%78
%11
%0
%16

Triadic Colors of #2fbed5

#2fbed5 #d52fbe #bed52f

Analogous Colors of #2fbed5

#2fbed5 #2f6bd5 #2fd599

Monochromatic Colors of #2fbed5

#2fbed5

Complementary Color

#2fbed5 #d5462f

#2fbed5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#2fbed5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#2fbed5 Color CSS Codes

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

#2fbed5 Text Font Color

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

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


#2fbed5 Background Color

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

This div background color is #2fbed5


#2fbed5 Border Color

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

This div border color is #2fbed5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #2fbed5


Comments

No comments written yet.

Please login to write comment.