Color Hex Logo

#2fa3dc Color Hex

#2FA3DC
(47,163,220)
0 Favorites   0 Comments

Color spaces of #2fa3dc

RGB 47163220
HSL0.550.710.52
HSV200°79°86°
CMYK 0.790.260.00   0.14
XYZ27.187831.966072.4473
Yxy31.96600.20660.2429
Hunter Lab56.5385-13.1066-36.3961
CIE-Lab63.3148-12.4298-37.8530

#2fa3dc color RGB value is (47,163,220).

#2fa3dc hex color red value is 47, green value is 163 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #2fa3dc hue: 0.55 , saturation: 0.71 and the lightness value of 2fa3dc is 0.52.

The process color (four color CMYK) of #2fa3dc color hex is 0.79, 0.26, 0.00, 0.14. Web safe color of #2fa3dc is #3399cc. Color #2fa3dc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00101111 10100011 11011100
Octal 57 243 334
Decimal 47 163 220
Hex 2F A3 DC

RGB Percentages of Color #2fa3dc

%10.93
%37.91
%51.16

CMYK Percentages of Color #2fa3dc

%79
%26
%0
%14

Triadic Colors of #2fa3dc

#2fa3dc #dc2fa3 #a3dc2f

Analogous Colors of #2fa3dc

#2fa3dc #2f4cdc #2fdcbf

Monochromatic Colors of #2fa3dc

#2fa3dc

Complementary Color

#2fa3dc #dc682f

#2fa3dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#2fa3dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#2fa3dc Color CSS Codes

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

#2fa3dc Text Font Color

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

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


#2fa3dc Background Color

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

This div background color is #2fa3dc


#2fa3dc Border Color

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

This div border color is #2fa3dc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #2fa3dc


Comments

No comments written yet.

Please login to write comment.