Color Hex Logo

#4ba7ff Color Hex

#4BA7FF
(75,167,255)
0 Favorites   0 Comments

Color spaces of #4ba7ff

RGB 75167255
HSL0.581.000.65
HSV209°71°100°
CMYK 0.710.350.00   0.00
XYZ34.770436.353399.7920
Yxy36.35330.20340.2127
Hunter Lab60.2937-2.5759-55.9252
CIE-Lab66.78900.7478-51.5316

#4ba7ff color RGB value is (75,167,255).

#4ba7ff hex color red value is 75, green value is 167 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #4ba7ff hue: 0.58 , saturation: 1.00 and the lightness value of 4ba7ff is 0.65.

The process color (four color CMYK) of #4ba7ff color hex is 0.71, 0.35, 0.00, 0.00. Web safe color of #4ba7ff is #3399ff. Color #4ba7ff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001011 10100111 11111111
Octal 113 247 377
Decimal 75 167 255
Hex 4B A7 FF

RGB Percentages of Color #4ba7ff

%15.09
%33.60
%51.31

CMYK Percentages of Color #4ba7ff

%71
%35
%0
%0

Triadic Colors of #4ba7ff

#4ba7ff #ff4ba7 #a7ff4b

Analogous Colors of #4ba7ff

#4ba7ff #4b4dff #4bfffd

Monochromatic Colors of #4ba7ff

#4ba7ff

Complementary Color

#4ba7ff #ffa34b

#4ba7ff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4ba7ff Color Preview on White Background

Lorem ipsum dolor sit amet.

#4ba7ff Color CSS Codes

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

#4ba7ff Text Font Color

<p style="color:#4ba7ff">Text here</p>

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


#4ba7ff Background Color

<div style="background-color:#4ba7ff">
Div content here</div>

This div background color is #4ba7ff


#4ba7ff Border Color

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

This div border color is #4ba7ff


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(75,167,255, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #4ba7ff; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #4ba7ff;
  -webkit-box-shadow: 1px 1px 3px 2px #4ba7ff;
  box-shadow:         1px 1px 3px 2px #4ba7ff; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(75,167,255, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4ba7ff

Related Colors


Comments

No comments written yet.

Please login to write comment.