Color Hex Logo

#75abda Color Hex

#75ABDA
(117,171,218)
0 Favorites   0 Comments

Color spaces of #75abda

RGB 117171218
HSL0.580.580.66
HSV208°46°85°
CMYK 0.460.220.00   0.15
XYZ34.553937.969771.8374
Yxy37.96970.23940.2630
Hunter Lab61.6196-7.7382-25.9879
CIE-Lab67.9983-5.2084-29.2866

#75abda color RGB value is (117,171,218).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110101 10101011 11011010
Octal 165 253 332
Decimal 117 171 218
Hex 75 AB DA

RGB Percentages of Color #75abda

%23.12
%33.79
%43.08

CMYK Percentages of Color #75abda

%46
%22
%0
%15

Triadic Colors of #75abda

#75abda #da75ab #abda75

Analogous Colors of #75abda

#75abda #7579da #75dad7

Monochromatic Colors of #75abda

#75abda

Complementary Color

#75abda #daa475

#75abda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#75abda Color Preview on White Background

Lorem ipsum dolor sit amet.

#75abda Color CSS Codes

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

#75abda Text Font Color

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

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


#75abda Background Color

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

This div background color is #75abda


#75abda Border Color

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

This div border color is #75abda


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(117,171,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 #75abda">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #75abda


Comments

No comments written yet.

Please login to write comment.