Color Hex Logo

#75adeb Color Hex

#75ADEB
(117,173,235)
0 Favorites   0 Comments

Color spaces of #75adeb

RGB 117173235
HSL0.590.750.69
HSV212°50°92°
CMYK 0.500.260.00   0.08
XYZ37.275139.667284.2892
Yxy39.66720.23120.2460
Hunter Lab62.9819-4.5752-35.2610
CIE-Lab69.2318-1.3934-36.6886

#75adeb color RGB value is (117,173,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110101 10101101 11101011
Octal 165 255 353
Decimal 117 173 235
Hex 75 AD EB

RGB Percentages of Color #75adeb

%22.29
%32.95
%44.76

CMYK Percentages of Color #75adeb

%50
%26
%0
%8

Triadic Colors of #75adeb

#75adeb #eb75ad #adeb75

Analogous Colors of #75adeb

#75adeb #7875eb #75e8eb

Monochromatic Colors of #75adeb

#75adeb

Complementary Color

#75adeb #ebb375

#75adeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#75adeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#75adeb Color CSS Codes

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

#75adeb Text Font Color

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

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


#75adeb Background Color

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

This div background color is #75adeb


#75adeb Border Color

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

This div border color is #75adeb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #75adeb


Comments

No comments written yet.

Please login to write comment.