Color Hex Logo

#75efff Color Hex

#75EFFF
(117,239,255)
0 Favorites   0 Comments

Color spaces of #75efff

RGB 117239255
HSL0.521.000.73
HSV187°54°100°
CMYK 0.540.060.00   0.00
XYZ56.252672.7349105.6822
Yxy72.73490.23970.3099
Hunter Lab85.2848-31.5123-13.7710
CIE-Lab88.3211-29.8643-18.1567

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

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110101 11101111 11111111
Octal 165 357 377
Decimal 117 239 255
Hex 75 EF FF

RGB Percentages of Color #75efff

%19.15
%39.12
%41.73

CMYK Percentages of Color #75efff

%54
%6
%0
%0

Triadic Colors of #75efff

#75efff #ff75ef #efff75

Analogous Colors of #75efff

#75efff #75aaff #75ffca

Monochromatic Colors of #75efff

#75efff

Complementary Color

#75efff #ff8575

#75efff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#75efff Color Preview on White Background

Lorem ipsum dolor sit amet.

#75efff Color CSS Codes

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

#75efff Text Font Color

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

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


#75efff Background Color

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

This div background color is #75efff


#75efff Border Color

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

This div border color is #75efff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #75efff

Related Colors


Comments

No comments written yet.

Please login to write comment.