Color Hex Logo

#2fbefd Color Hex

#2FBEFD
(47,190,253)
0 Favorites   0 Comments

Color spaces of #2fbefd

RGB 47190253
HSL0.550.980.59
HSV198°81°99°
CMYK 0.810.250.00   0.01
XYZ37.315444.523199.5556
Yxy44.52310.20570.2454
Hunter Lab66.7256-16.9462-41.7536
CIE-Lab72.5768-15.6794-41.3992

#2fbefd color RGB value is (47,190,253).

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

The process color (four color CMYK) of #2fbefd color hex is 0.81, 0.25, 0.00, 0.01. Web safe color of #2fbefd is #33ccff. Color #2fbefd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00101111 10111110 11111101
Octal 57 276 375
Decimal 47 190 253
Hex 2F BE FD

RGB Percentages of Color #2fbefd

%9.59
%38.78
%51.63

CMYK Percentages of Color #2fbefd

%81
%25
%0
%1

Triadic Colors of #2fbefd

#2fbefd #fd2fbe #befd2f

Analogous Colors of #2fbefd

#2fbefd #2f57fd #2ffdd5

Monochromatic Colors of #2fbefd

#2fbefd

Complementary Color

#2fbefd #fd6e2f

#2fbefd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#2fbefd Color Preview on White Background

Lorem ipsum dolor sit amet.

#2fbefd Color CSS Codes

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

#2fbefd Text Font Color

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

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


#2fbefd Background Color

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

This div background color is #2fbefd


#2fbefd Border Color

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

This div border color is #2fbefd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #2fbefd


Comments

No comments written yet.

Please login to write comment.