Color Hex Logo

#75ffff Color Hex

#75FFFF
(117,255,255)
1 Favorites   0 Comments

Color spaces of #75ffff

RGB 117255255
HSL0.501.000.73
HSV180°54°100°
CMYK 0.540.000.00   0.00
XYZ61.146182.5219107.3133
Yxy82.52190.24360.3288
Hunter Lab90.8416-38.8231-6.4516
CIE-Lab92.8047-37.3540-11.4399

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

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110101 11111111 11111111
Octal 165 377 377
Decimal 117 255 255
Hex 75 FF FF

RGB Percentages of Color #75ffff

%18.66
%40.67
%40.67

CMYK Percentages of Color #75ffff

%54
%0
%0
%0

Triadic Colors of #75ffff

#75ffff #ff75ff #ffff75

Analogous Colors of #75ffff

#75ffff #75baff #75ffba

Monochromatic Colors of #75ffff

#75ffff

Complementary Color

#75ffff #ff7575

#75ffff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#75ffff Color Preview on White Background

Lorem ipsum dolor sit amet.

#75ffff Color CSS Codes

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

#75ffff Text Font Color

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

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


#75ffff Background Color

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

This div background color is #75ffff


#75ffff Border Color

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

This div border color is #75ffff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #75ffff

Related Colors

#75ffff Color Palettes


Comments

No comments written yet.

Please login to write comment.