Color Hex Logo

#3faceb Color Hex

#3FACEB
(63,172,235)
0 Favorites   0 Comments

Color spaces of #3faceb

RGB 63172235
HSL0.560.810.58
HSV202°73°92°
CMYK 0.730.270.00   0.08
XYZ31.797836.560083.9781
Yxy36.56000.20870.2400
Hunter Lab60.4649-11.9424-40.0210
CIE-Lab66.9456-10.4229-40.4041

#3faceb color RGB value is (63,172,235).

#3faceb hex color red value is 63, green value is 172 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #3faceb hue: 0.56 , saturation: 0.81 and the lightness value of 3faceb is 0.58.

The process color (four color CMYK) of #3faceb color hex is 0.73, 0.27, 0.00, 0.08. Web safe color of #3faceb is #3399ff. Color #3faceb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00111111 10101100 11101011
Octal 77 254 353
Decimal 63 172 235
Hex 3F AC EB

RGB Percentages of Color #3faceb

%13.40
%36.60
%50.00

CMYK Percentages of Color #3faceb

%73
%27
%0
%8

Triadic Colors of #3faceb

#3faceb #eb3fac #aceb3f

Analogous Colors of #3faceb

#3faceb #3f56eb #3febd4

Monochromatic Colors of #3faceb

#3faceb

Complementary Color

#3faceb #eb7e3f

#3faceb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3faceb Color Preview on White Background

Lorem ipsum dolor sit amet.

#3faceb Color CSS Codes

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

#3faceb Text Font Color

<p style="color:#3faceb">Text here</p>

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


#3faceb Background Color

<div style="background-color:#3faceb">
Div content here</div>

This div background color is #3faceb


#3faceb Border Color

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

This div border color is #3faceb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(63,172,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 #3faceb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3faceb


Comments

No comments written yet.

Please login to write comment.