Color Hex Logo

#75e8ff Color Hex

#75E8FF
(117,232,255)
0 Favorites   0 Comments

Color spaces of #75e8ff

RGB 117232255
HSL0.531.000.73
HSV190°54°100°
CMYK 0.540.090.00   0.00
XYZ54.242768.7151105.0122
Yxy68.71510.23790.3014
Hunter Lab82.8946-28.2627-17.0833
CIE-Lab86.3628-26.4836-21.1138

#75e8ff color RGB value is (117,232,255).

#75e8ff hex color red value is 117, green value is 232 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #75e8ff hue: 0.53 , saturation: 1.00 and the lightness value of 75e8ff is 0.73.

The process color (four color CMYK) of #75e8ff color hex is 0.54, 0.09, 0.00, 0.00. Web safe color of #75e8ff is #66ffff. Color #75e8ff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110101 11101000 11111111
Octal 165 350 377
Decimal 117 232 255
Hex 75 E8 FF

RGB Percentages of Color #75e8ff

%19.37
%38.41
%42.22

CMYK Percentages of Color #75e8ff

%54
%9
%0
%0

Triadic Colors of #75e8ff

#75e8ff #ff75e8 #e8ff75

Analogous Colors of #75e8ff

#75e8ff #75a3ff #75ffd1

Monochromatic Colors of #75e8ff

#75e8ff

Complementary Color

#75e8ff #ff8c75

#75e8ff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#75e8ff Color Preview on White Background

Lorem ipsum dolor sit amet.

#75e8ff Color CSS Codes

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

#75e8ff Text Font Color

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

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


#75e8ff Background Color

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

This div background color is #75e8ff


#75e8ff Border Color

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

This div border color is #75e8ff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #75e8ff

Related Colors


Comments

No comments written yet.

Please login to write comment.