Color Hex Logo

#75abec Color Hex

#75ABEC
(117,171,236)
1 Favorites   0 Comments

Color spaces of #75abec

RGB 117171236
HSL0.590.760.69
HSV213°50°93°
CMYK 0.500.280.00   0.07
XYZ37.039438.963984.9255
Yxy38.96390.23020.2421
Hunter Lab62.4211-3.3186-36.9708
CIE-Lab68.72510.0177-38.0232

#75abec color RGB value is (117,171,236).

#75abec hex color red value is 117, green value is 171 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #75abec hue: 0.59 , saturation: 0.76 and the lightness value of 75abec is 0.69.

The process color (four color CMYK) of #75abec color hex is 0.50, 0.28, 0.00, 0.07. Web safe color of #75abec is #6699ff. Color #75abec contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110101 10101011 11101100
Octal 165 253 354
Decimal 117 171 236
Hex 75 AB EC

RGB Percentages of Color #75abec

%22.33
%32.63
%45.04

CMYK Percentages of Color #75abec

%50
%28
%0
%7

Triadic Colors of #75abec

#75abec #ec75ab #abec75

Analogous Colors of #75abec

#75abec #7b75ec #75e7ec

Monochromatic Colors of #75abec

#75abec

Complementary Color

#75abec #ecb675

#75abec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#75abec Color Preview on White Background

Lorem ipsum dolor sit amet.

#75abec Color CSS Codes

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

#75abec Text Font Color

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

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


#75abec Background Color

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

This div background color is #75abec


#75abec Border Color

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

This div border color is #75abec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #75abec


Comments

No comments written yet.

Please login to write comment.