Color Hex Logo

#75aebc Color Hex

#75AEBC
(117,174,188)
0 Favorites   0 Comments

Color spaces of #75aebc

RGB 117174188
HSL0.530.350.60
HSV192°38°74°
CMYK 0.380.070.00   0.26
XYZ31.549337.684953.1880
Yxy37.68490.25770.3078
Hunter Lab61.3880-15.6921-8.3986
CIE-Lab67.7877-14.9593-13.0507

#75aebc color RGB value is (117,174,188).

#75aebc hex color red value is 117, green value is 174 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #75aebc hue: 0.53 , saturation: 0.35 and the lightness value of 75aebc is 0.60.

The process color (four color CMYK) of #75aebc color hex is 0.38, 0.07, 0.00, 0.26. Web safe color of #75aebc is #6699cc. Color #75aebc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110101 10101110 10111100
Octal 165 256 274
Decimal 117 174 188
Hex 75 AE BC

RGB Percentages of Color #75aebc

%24.43
%36.33
%39.25

CMYK Percentages of Color #75aebc

%38
%7
%0
%26

Triadic Colors of #75aebc

#75aebc #bc75ae #aebc75

Analogous Colors of #75aebc

#75aebc #758bbc #75bca7

Monochromatic Colors of #75aebc

#75aebc

Complementary Color

#75aebc #bc8375

#75aebc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#75aebc Color Preview on White Background

Lorem ipsum dolor sit amet.

#75aebc Color CSS Codes

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

#75aebc Text Font Color

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

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


#75aebc Background Color

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

This div background color is #75aebc


#75aebc Border Color

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

This div border color is #75aebc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #75aebc


Comments

No comments written yet.

Please login to write comment.