Color Hex Logo

#75baea Color Hex

#75BAEA
(117,186,234)
0 Favorites   0 Comments

Color spaces of #75baea

RGB 117186234
HSL0.570.740.69
HSV205°50°92°
CMYK 0.500.210.00   0.08
XYZ39.746344.840284.4021
Yxy44.84020.23520.2653
Hunter Lab66.9628-11.2349-27.8570
CIE-Lab72.7865-8.8001-30.6417

#75baea color RGB value is (117,186,234).

#75baea hex color red value is 117, green value is 186 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #75baea hue: 0.57 , saturation: 0.74 and the lightness value of 75baea is 0.69.

The process color (four color CMYK) of #75baea color hex is 0.50, 0.21, 0.00, 0.08. Web safe color of #75baea is #66ccff. Color #75baea contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110101 10111010 11101010
Octal 165 272 352
Decimal 117 186 234
Hex 75 BA EA

RGB Percentages of Color #75baea

%21.79
%34.64
%43.58

CMYK Percentages of Color #75baea

%50
%21
%0
%8

Triadic Colors of #75baea

#75baea #ea75ba #baea75

Analogous Colors of #75baea

#75baea #7580ea #75eae0

Monochromatic Colors of #75baea

#75baea

Complementary Color

#75baea #eaa575

#75baea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#75baea Color Preview on White Background

Lorem ipsum dolor sit amet.

#75baea Color CSS Codes

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

#75baea Text Font Color

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

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


#75baea Background Color

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

This div background color is #75baea


#75baea Border Color

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

This div border color is #75baea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #75baea


Comments

No comments written yet.

Please login to write comment.