Color Hex Logo

#75eeef Color Hex

#75EEEF
(117,238,239)
0 Favorites   0 Comments

Color spaces of #75eeef

RGB 117238239
HSL0.500.790.70
HSV180°51°94°
CMYK 0.510.000.00   0.06
XYZ53.490671.163092.5779
Yxy71.16300.24620.3276
Hunter Lab84.3582-34.4419-6.0164
CIE-Lab87.5641-33.5877-10.9134

#75eeef color RGB value is (117,238,239).

#75eeef hex color red value is 117, green value is 238 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #75eeef hue: 0.50 , saturation: 0.79 and the lightness value of 75eeef is 0.70.

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

Base Numbers

BaseRedGreenBlue
Binary 01110101 11101110 11101111
Octal 165 356 357
Decimal 117 238 239
Hex 75 EE EF

RGB Percentages of Color #75eeef

%19.70
%40.07
%40.24

CMYK Percentages of Color #75eeef

%51
%0
%0
%6

Triadic Colors of #75eeef

#75eeef #ef75ee #eeef75

Analogous Colors of #75eeef

#75eeef #75b1ef #75efb3

Monochromatic Colors of #75eeef

#75eeef

Complementary Color

#75eeef #ef7675

#75eeef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#75eeef Color Preview on White Background

Lorem ipsum dolor sit amet.

#75eeef Color CSS Codes

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

#75eeef Text Font Color

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

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


#75eeef Background Color

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

This div background color is #75eeef


#75eeef Border Color

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

This div border color is #75eeef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #75eeef


Comments

No comments written yet.

Please login to write comment.