Color Hex Logo

#75acda Color Hex

#75ACDA
(117,172,218)
0 Favorites   0 Comments

Color spaces of #75acda

RGB 117172218
HSL0.580.580.66
HSV207°46°85°
CMYK 0.460.210.00   0.15
XYZ34.743538.348971.9006
Yxy38.34890.23960.2645
Hunter Lab61.9265-8.2250-25.4909
CIE-Lab68.2770-5.7582-28.8572

#75acda color RGB value is (117,172,218).

#75acda hex color red value is 117, green value is 172 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #75acda hue: 0.58 , saturation: 0.58 and the lightness value of 75acda is 0.66.

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

Base Numbers

BaseRedGreenBlue
Binary 01110101 10101100 11011010
Octal 165 254 332
Decimal 117 172 218
Hex 75 AC DA

RGB Percentages of Color #75acda

%23.08
%33.93
%43.00

CMYK Percentages of Color #75acda

%46
%21
%0
%15

Triadic Colors of #75acda

#75acda #da75ac #acda75

Analogous Colors of #75acda

#75acda #757ada #75dad6

Monochromatic Colors of #75acda

#75acda

Complementary Color

#75acda #daa375

#75acda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#75acda Color Preview on White Background

Lorem ipsum dolor sit amet.

#75acda Color CSS Codes

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

#75acda Text Font Color

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

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


#75acda Background Color

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

This div background color is #75acda


#75acda Border Color

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

This div border color is #75acda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #75acda


Comments

No comments written yet.

Please login to write comment.