Color Hex Logo

#2fbdeb Color Hex

#2FBDEB
(47,189,235)
0 Favorites   0 Comments

Color spaces of #2fbdeb

RGB 47189235
HSL0.540.820.55
HSV195°80°92°
CMYK 0.800.200.00   0.08
XYZ34.365342.997785.0854
Yxy42.99770.21150.2647
Hunter Lab65.5726-21.2038-31.0324
CIE-Lab71.5534-21.1827-33.2623

#2fbdeb color RGB value is (47,189,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00101111 10111101 11101011
Octal 57 275 353
Decimal 47 189 235
Hex 2F BD EB

RGB Percentages of Color #2fbdeb

%9.98
%40.13
%49.89

CMYK Percentages of Color #2fbdeb

%80
%20
%0
%8

Triadic Colors of #2fbdeb

#2fbdeb #eb2fbd #bdeb2f

Analogous Colors of #2fbdeb

#2fbdeb #2f5feb #2febbb

Monochromatic Colors of #2fbdeb

#2fbdeb

Complementary Color

#2fbdeb #eb5d2f

#2fbdeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#2fbdeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#2fbdeb Color CSS Codes

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

#2fbdeb Text Font Color

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

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


#2fbdeb Background Color

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

This div background color is #2fbdeb


#2fbdeb Border Color

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

This div border color is #2fbdeb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #2fbdeb


Comments

No comments written yet.

Please login to write comment.