Color Hex Logo

#75bafc Color Hex

#75BAFC
(117,186,252)
0 Favorites   0 Comments

Color spaces of #75bafc

RGB 117186252
HSL0.580.960.72
HSV209°54°99°
CMYK 0.540.260.00   0.01
XYZ42.465745.928098.7223
Yxy45.92800.22690.2455
Hunter Lab67.7702-6.7474-38.9299
CIE-Lab73.4988-3.5302-39.2663

#75bafc color RGB value is (117,186,252).

#75bafc hex color red value is 117, green value is 186 and the blue value of its RGB is 252. Cylindrical-coordinate representations (also known as HSL) of color #75bafc hue: 0.58 , saturation: 0.96 and the lightness value of 75bafc is 0.72.

The process color (four color CMYK) of #75bafc color hex is 0.54, 0.26, 0.00, 0.01. Web safe color of #75bafc is #66ccff. Color #75bafc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110101 10111010 11111100
Octal 165 272 374
Decimal 117 186 252
Hex 75 BA FC

RGB Percentages of Color #75bafc

%21.08
%33.51
%45.41

CMYK Percentages of Color #75bafc

%54
%26
%0
%1

Triadic Colors of #75bafc

#75bafc #fc75ba #bafc75

Analogous Colors of #75bafc

#75bafc #7577fc #75fcfb

Monochromatic Colors of #75bafc

#75bafc

Complementary Color

#75bafc #fcb775

#75bafc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#75bafc Color Preview on White Background

Lorem ipsum dolor sit amet.

#75bafc Color CSS Codes

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

#75bafc Text Font Color

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

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


#75bafc Background Color

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

This div background color is #75bafc


#75bafc Border Color

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

This div border color is #75bafc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #75bafc

Related Colors


Comments

No comments written yet.

Please login to write comment.