Color Hex Logo

#75acfb Color Hex

#75ACFB
(117,172,251)
0 Favorites   0 Comments

Color spaces of #75acfb

RGB 117172251
HSL0.600.940.72
HSV215°53°98°
CMYK 0.530.310.00   0.02
XYZ39.501240.252096.9543
Yxy40.25200.22350.2278
Hunter Lab63.44450.1082-46.1944
CIE-Lab69.64863.9552-44.7420

#75acfb color RGB value is (117,172,251).

#75acfb hex color red value is 117, green value is 172 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #75acfb hue: 0.60 , saturation: 0.94 and the lightness value of 75acfb is 0.72.

The process color (four color CMYK) of #75acfb color hex is 0.53, 0.31, 0.00, 0.02. Web safe color of #75acfb is #6699ff. Color #75acfb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110101 10101100 11111011
Octal 165 254 373
Decimal 117 172 251
Hex 75 AC FB

RGB Percentages of Color #75acfb

%21.67
%31.85
%46.48

CMYK Percentages of Color #75acfb

%53
%31
%0
%2

Triadic Colors of #75acfb

#75acfb #fb75ac #acfb75

Analogous Colors of #75acfb

#75acfb #8175fb #75effb

Monochromatic Colors of #75acfb

#75acfb

Complementary Color

#75acfb #fbc475

#75acfb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#75acfb Color Preview on White Background

Lorem ipsum dolor sit amet.

#75acfb Color CSS Codes

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

#75acfb Text Font Color

<p style="color:#75acfb">Text here</p>

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


#75acfb Background Color

<div style="background-color:#75acfb">
Div content here</div>

This div background color is #75acfb


#75acfb Border Color

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

This div border color is #75acfb


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(117,172,251, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #75acfb; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #75acfb;
  -webkit-box-shadow: 1px 1px 3px 2px #75acfb;
  box-shadow:         1px 1px 3px 2px #75acfb; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(117,172,251, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #75acfb

Related Colors


Comments

No comments written yet.

Please login to write comment.