Color Hex Logo

#75abc8 Color Hex

#75ABC8
(117,171,200)
0 Favorites   0 Comments

Color spaces of #75abc8

RGB 117171200
HSL0.560.430.62
HSV201°42°78°
CMYK 0.420.150.00   0.22
XYZ32.324437.077960.0966
Yxy37.07790.24960.2863
Hunter Lab60.8916-11.8034-15.8917
CIE-Lab67.3354-10.1975-20.3747

#75abc8 color RGB value is (117,171,200).

#75abc8 hex color red value is 117, green value is 171 and the blue value of its RGB is 200. Cylindrical-coordinate representations (also known as HSL) of color #75abc8 hue: 0.56 , saturation: 0.43 and the lightness value of 75abc8 is 0.62.

The process color (four color CMYK) of #75abc8 color hex is 0.42, 0.15, 0.00, 0.22. Web safe color of #75abc8 is #6699cc. Color #75abc8 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110101 10101011 11001000
Octal 165 253 310
Decimal 117 171 200
Hex 75 AB C8

RGB Percentages of Color #75abc8

%23.98
%35.04
%40.98

CMYK Percentages of Color #75abc8

%42
%15
%0
%22

Triadic Colors of #75abc8

#75abc8 #c875ab #abc875

Analogous Colors of #75abc8

#75abc8 #7582c8 #75c8bc

Monochromatic Colors of #75abc8

#75abc8

Complementary Color

#75abc8 #c89275

#75abc8 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#75abc8 Color Preview on White Background

Lorem ipsum dolor sit amet.

#75abc8 Color CSS Codes

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

#75abc8 Text Font Color

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

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


#75abc8 Background Color

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

This div background color is #75abc8


#75abc8 Border Color

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

This div border color is #75abc8


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #75abc8


Comments

No comments written yet.

Please login to write comment.