Color Hex Logo

#2fbeeb Color Hex

#2FBEEB
(47,190,235)
0 Favorites   0 Comments

Color spaces of #2fbeeb

RGB 47190235
HSL0.540.820.55
HSV194°80°92°
CMYK 0.800.190.00   0.08
XYZ34.581143.429485.1574
Yxy43.42940.21190.2662
Hunter Lab65.9010-21.6600-30.4840
CIE-Lab71.8454-21.6974-32.8107

#2fbeeb color RGB value is (47,190,235).

#2fbeeb hex color red value is 47, green value is 190 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #2fbeeb hue: 0.54 , saturation: 0.82 and the lightness value of 2fbeeb is 0.55.

The process color (four color CMYK) of #2fbeeb color hex is 0.80, 0.19, 0.00, 0.08. Web safe color of #2fbeeb is #33ccff. Color #2fbeeb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00101111 10111110 11101011
Octal 57 276 353
Decimal 47 190 235
Hex 2F BE EB

RGB Percentages of Color #2fbeeb

%9.96
%40.25
%49.79

CMYK Percentages of Color #2fbeeb

%80
%19
%0
%8

Triadic Colors of #2fbeeb

#2fbeeb #eb2fbe #beeb2f

Analogous Colors of #2fbeeb

#2fbeeb #2f60eb #2febba

Monochromatic Colors of #2fbeeb

#2fbeeb

Complementary Color

#2fbeeb #eb5c2f

#2fbeeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#2fbeeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#2fbeeb Color CSS Codes

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

#2fbeeb Text Font Color

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

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


#2fbeeb Background Color

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

This div background color is #2fbeeb


#2fbeeb Border Color

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

This div border color is #2fbeeb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #2fbeeb


Comments

No comments written yet.

Please login to write comment.