Color Hex Logo

#75f6eb Color Hex

#75F6EB
(117,246,235)
0 Favorites   0 Comments

Color spaces of #75f6eb

RGB 117246235
HSL0.490.880.71
HSV175°52°96°
CMYK 0.520.000.04   0.04
XYZ55.287375.691690.2933
Yxy75.69160.24990.3421
Hunter Lab87.0009-38.8185-0.6331
CIE-Lab89.7160-38.2916-5.6318

#75f6eb color RGB value is (117,246,235).

#75f6eb hex color red value is 117, green value is 246 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #75f6eb hue: 0.49 , saturation: 0.88 and the lightness value of 75f6eb is 0.71.

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

Base Numbers

BaseRedGreenBlue
Binary 01110101 11110110 11101011
Octal 165 366 353
Decimal 117 246 235
Hex 75 F6 EB

RGB Percentages of Color #75f6eb

%19.57
%41.14
%39.30

CMYK Percentages of Color #75f6eb

%52
%0
%4
%4

Triadic Colors of #75f6eb

#75f6eb #eb75f6 #f6eb75

Analogous Colors of #75f6eb

#75f6eb #75c1f6 #75f6ab

Monochromatic Colors of #75f6eb

#75f6eb

Complementary Color

#75f6eb #f67580

#75f6eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#75f6eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#75f6eb Color CSS Codes

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

#75f6eb Text Font Color

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

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


#75f6eb Background Color

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

This div background color is #75f6eb


#75f6eb Border Color

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

This div border color is #75f6eb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #75f6eb


Comments

No comments written yet.

Please login to write comment.