Color Hex Logo

#2fbeea Color Hex

#2FBEEA
(47,190,234)
0 Favorites   0 Comments

Color spaces of #2fbeea

RGB 47190234
HSL0.540.820.55
HSV194°80°92°
CMYK 0.800.190.00   0.08
XYZ34.437043.371884.3985
Yxy43.37180.21230.2674
Hunter Lab65.8573-21.9119-29.8822
CIE-Lab71.8066-22.0264-32.3287

#2fbeea color RGB value is (47,190,234).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00101111 10111110 11101010
Octal 57 276 352
Decimal 47 190 234
Hex 2F BE EA

RGB Percentages of Color #2fbeea

%9.98
%40.34
%49.68

CMYK Percentages of Color #2fbeea

%80
%19
%0
%8

Triadic Colors of #2fbeea

#2fbeea #ea2fbe #beea2f

Analogous Colors of #2fbeea

#2fbeea #2f61ea #2feab9

Monochromatic Colors of #2fbeea

#2fbeea

Complementary Color

#2fbeea #ea5b2f

#2fbeea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#2fbeea Color Preview on White Background

Lorem ipsum dolor sit amet.

#2fbeea Color CSS Codes

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

#2fbeea Text Font Color

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

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


#2fbeea Background Color

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

This div background color is #2fbeea


#2fbeea Border Color

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

This div border color is #2fbeea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #2fbeea


Comments

No comments written yet.

Please login to write comment.