Color Hex Logo

#2fbbe4 Color Hex

#2FBBE4
(47,187,228)
0 Favorites   0 Comments

Color spaces of #2fbbe4

RGB 47187228
HSL0.540.770.54
HSV194°79°89°
CMYK 0.790.180.00   0.11
XYZ32.946241.746479.7202
Yxy41.74640.21340.2704
Hunter Lab64.6115-22.0506-27.9264
CIE-Lab70.6957-22.4579-30.7846

#2fbbe4 color RGB value is (47,187,228).

#2fbbe4 hex color red value is 47, green value is 187 and the blue value of its RGB is 228. Cylindrical-coordinate representations (also known as HSL) of color #2fbbe4 hue: 0.54 , saturation: 0.77 and the lightness value of 2fbbe4 is 0.54.

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

Base Numbers

BaseRedGreenBlue
Binary 00101111 10111011 11100100
Octal 57 273 344
Decimal 47 187 228
Hex 2F BB E4

RGB Percentages of Color #2fbbe4

%10.17
%40.48
%49.35

CMYK Percentages of Color #2fbbe4

%79
%18
%0
%11

Triadic Colors of #2fbbe4

#2fbbe4 #e42fbb #bbe42f

Analogous Colors of #2fbbe4

#2fbbe4 #2f61e4 #2fe4b3

Monochromatic Colors of #2fbbe4

#2fbbe4

Complementary Color

#2fbbe4 #e4582f

#2fbbe4 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#2fbbe4 Color Preview on White Background

Lorem ipsum dolor sit amet.

#2fbbe4 Color CSS Codes

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

#2fbbe4 Text Font Color

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

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


#2fbbe4 Background Color

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

This div background color is #2fbbe4


#2fbbe4 Border Color

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

This div border color is #2fbbe4


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #2fbbe4


Comments

No comments written yet.

Please login to write comment.