Color Hex Logo

#75baed Color Hex

#75BAED
(117,186,237)
0 Favorites   0 Comments

Color spaces of #75baed

RGB 117186237
HSL0.570.770.69
HSV206°51°93°
CMYK 0.510.220.00   0.07
XYZ40.181145.014186.6916
Yxy45.01410.23380.2619
Hunter Lab67.0925-10.5100-29.6450
CIE-Lab72.9012-7.9357-32.0905

#75baed color RGB value is (117,186,237).

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

The process color (four color CMYK) of #75baed color hex is 0.51, 0.22, 0.00, 0.07. Web safe color of #75baed is #66ccff. Color #75baed contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110101 10111010 11101101
Octal 165 272 355
Decimal 117 186 237
Hex 75 BA ED

RGB Percentages of Color #75baed

%21.67
%34.44
%43.89

CMYK Percentages of Color #75baed

%51
%22
%0
%7

Triadic Colors of #75baed

#75baed #ed75ba #baed75

Analogous Colors of #75baed

#75baed #757eed #75ede4

Monochromatic Colors of #75baed

#75baed

Complementary Color

#75baed #eda875

#75baed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#75baed Color Preview on White Background

Lorem ipsum dolor sit amet.

#75baed Color CSS Codes

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

#75baed Text Font Color

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

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


#75baed Background Color

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

This div background color is #75baed


#75baed Border Color

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

This div border color is #75baed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #75baed


Comments

No comments written yet.

Please login to write comment.