Color Hex Logo

#75accf Color Hex

#75ACCF
(117,172,207)
0 Favorites   0 Comments

Color spaces of #75accf

RGB 117172207
HSL0.560.480.64
HSV203°43°81°
CMYK 0.430.170.00   0.19
XYZ33.351137.791964.5683
Yxy37.79190.24580.2785
Hunter Lab61.4751-10.7427-19.2407
CIE-Lab67.8670-8.8320-23.4303

#75accf color RGB value is (117,172,207).

#75accf hex color red value is 117, green value is 172 and the blue value of its RGB is 207. Cylindrical-coordinate representations (also known as HSL) of color #75accf hue: 0.56 , saturation: 0.48 and the lightness value of 75accf is 0.64.

The process color (four color CMYK) of #75accf color hex is 0.43, 0.17, 0.00, 0.19. Web safe color of #75accf is #6699cc. Color #75accf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110101 10101100 11001111
Octal 165 254 317
Decimal 117 172 207
Hex 75 AC CF

RGB Percentages of Color #75accf

%23.59
%34.68
%41.73

CMYK Percentages of Color #75accf

%43
%17
%0
%19

Triadic Colors of #75accf

#75accf #cf75ac #accf75

Analogous Colors of #75accf

#75accf #757fcf #75cfc5

Monochromatic Colors of #75accf

#75accf

Complementary Color

#75accf #cf9875

#75accf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#75accf Color Preview on White Background

Lorem ipsum dolor sit amet.

#75accf Color CSS Codes

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

#75accf Text Font Color

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

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


#75accf Background Color

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

This div background color is #75accf


#75accf Border Color

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

This div border color is #75accf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #75accf


Comments

No comments written yet.

Please login to write comment.