Color Hex Logo

#2fbceb Color Hex

#2FBCEB
(47,188,235)
0 Favorites   0 Comments

Color spaces of #2fbceb

RGB 47188235
HSL0.540.820.55
HSV195°80°92°
CMYK 0.800.200.00   0.08
XYZ34.150942.568985.0139
Yxy42.56890.21120.2632
Hunter Lab65.2448-20.7468-31.5834
CIE-Lab71.2614-20.6663-33.7141

#2fbceb color RGB value is (47,188,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00101111 10111100 11101011
Octal 57 274 353
Decimal 47 188 235
Hex 2F BC EB

RGB Percentages of Color #2fbceb

%10.00
%40.00
%50.00

CMYK Percentages of Color #2fbceb

%80
%20
%0
%8

Triadic Colors of #2fbceb

#2fbceb #eb2fbc #bceb2f

Analogous Colors of #2fbceb

#2fbceb #2f5eeb #2febbc

Monochromatic Colors of #2fbceb

#2fbceb

Complementary Color

#2fbceb #eb5e2f

#2fbceb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#2fbceb Color Preview on White Background

Lorem ipsum dolor sit amet.

#2fbceb Color CSS Codes

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

#2fbceb Text Font Color

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

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


#2fbceb Background Color

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

This div background color is #2fbceb


#2fbceb Border Color

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

This div border color is #2fbceb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(47,188,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 #2fbceb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #2fbceb


Comments

No comments written yet.

Please login to write comment.