Color Hex Logo

#75eabf Color Hex

#75EABF
(117,234,191)
0 Favorites   0 Comments

Color spaces of #75eabf

RGB 117234191
HSL0.440.740.69
HSV158°50°92°
CMYK 0.500.000.18   0.08
XYZ46.162966.389159.6716
Yxy66.38910.26800.3855
Hunter Lab81.4795-41.458513.6146
CIE-Lab85.1945-43.156910.8045

#75eabf color RGB value is (117,234,191).

#75eabf hex color red value is 117, green value is 234 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #75eabf hue: 0.44 , saturation: 0.74 and the lightness value of 75eabf is 0.69.

The process color (four color CMYK) of #75eabf color hex is 0.50, 0.00, 0.18, 0.08. Web safe color of #75eabf is #66ffcc. Color #75eabf contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01110101 11101010 10111111
Octal 165 352 277
Decimal 117 234 191
Hex 75 EA BF

RGB Percentages of Color #75eabf

%21.59
%43.17
%35.24

CMYK Percentages of Color #75eabf

%50
%0
%18
%8

Triadic Colors of #75eabf

#75eabf #bf75ea #eabf75

Analogous Colors of #75eabf

#75eabf #75dbea #75ea85

Monochromatic Colors of #75eabf

#75eabf

Complementary Color

#75eabf #ea75a0

#75eabf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#75eabf Color Preview on White Background

Lorem ipsum dolor sit amet.

#75eabf Color CSS Codes

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

#75eabf Text Font Color

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

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


#75eabf Background Color

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

This div background color is #75eabf


#75eabf Border Color

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

This div border color is #75eabf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #75eabf


Comments

No comments written yet.

Please login to write comment.