Color Hex Logo

#2fadef Color Hex

#2FADEF
(47,173,239)
0 Favorites   0 Comments

Color spaces of #2fadef

RGB 47173239
HSL0.560.860.56
HSV201°80°94°
CMYK 0.800.280.00   0.06
XYZ31.695836.723587.0791
Yxy36.72350.20380.2362
Hunter Lab60.5999-12.6883-42.7769
CIE-Lab67.0691-11.3266-42.4216

#2fadef color RGB value is (47,173,239).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00101111 10101101 11101111
Octal 57 255 357
Decimal 47 173 239
Hex 2F AD EF

RGB Percentages of Color #2fadef

%10.24
%37.69
%52.07

CMYK Percentages of Color #2fadef

%80
%28
%0
%6

Triadic Colors of #2fadef

#2fadef #ef2fad #adef2f

Analogous Colors of #2fadef

#2fadef #2f4def #2fefd1

Monochromatic Colors of #2fadef

#2fadef

Complementary Color

#2fadef #ef712f

#2fadef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#2fadef Color Preview on White Background

Lorem ipsum dolor sit amet.

#2fadef Color CSS Codes

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

#2fadef Text Font Color

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

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


#2fadef Background Color

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

This div background color is #2fadef


#2fadef Border Color

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

This div border color is #2fadef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #2fadef


Comments

No comments written yet.

Please login to write comment.