Color Hex Logo

#2fadeb Color Hex

#2FADEB
(47,173,235)
0 Favorites   0 Comments

Color spaces of #2fadeb

RGB 47173235
HSL0.550.820.55
HSV200°80°92°
CMYK 0.800.260.00   0.08
XYZ31.111336.489684.0007
Yxy36.48960.20520.2407
Hunter Lab60.4066-13.7785-40.1633
CIE-Lab66.8923-12.7094-40.5124

#2fadeb color RGB value is (47,173,235).

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

The process color (four color CMYK) of #2fadeb color hex is 0.80, 0.26, 0.00, 0.08. Web safe color of #2fadeb is #3399ff. Color #2fadeb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00101111 10101101 11101011
Octal 57 255 353
Decimal 47 173 235
Hex 2F AD EB

RGB Percentages of Color #2fadeb

%10.33
%38.02
%51.65

CMYK Percentages of Color #2fadeb

%80
%26
%0
%8

Triadic Colors of #2fadeb

#2fadeb #eb2fad #adeb2f

Analogous Colors of #2fadeb

#2fadeb #2f4feb #2febcb

Monochromatic Colors of #2fadeb

#2fadeb

Complementary Color

#2fadeb #eb6d2f

#2fadeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#2fadeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#2fadeb Color CSS Codes

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

#2fadeb Text Font Color

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

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


#2fadeb Background Color

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

This div background color is #2fadeb


#2fadeb Border Color

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

This div border color is #2fadeb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #2fadeb


Comments

No comments written yet.

Please login to write comment.