Color Hex Logo

#75eaba Color Hex

#75EABA
(117,234,186)
0 Favorites   0 Comments

Color spaces of #75eaba

RGB 117234186
HSL0.430.740.69
HSV155°50°92°
CMYK 0.500.000.21   0.08
XYZ45.621966.172756.8225
Yxy66.17270.27060.3924
Hunter Lab81.3466-42.247815.5272
CIE-Lab85.0844-44.223913.2622

#75eaba color RGB value is (117,234,186).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110101 11101010 10111010
Octal 165 352 272
Decimal 117 234 186
Hex 75 EA BA

RGB Percentages of Color #75eaba

%21.79
%43.58
%34.64

CMYK Percentages of Color #75eaba

%50
%0
%21
%8

Triadic Colors of #75eaba

#75eaba #ba75ea #eaba75

Analogous Colors of #75eaba

#75eaba #75e0ea #75ea80

Monochromatic Colors of #75eaba

#75eaba

Complementary Color

#75eaba #ea75a5

#75eaba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#75eaba Color Preview on White Background

Lorem ipsum dolor sit amet.

#75eaba Color CSS Codes

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

#75eaba Text Font Color

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

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


#75eaba Background Color

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

This div background color is #75eaba


#75eaba Border Color

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

This div border color is #75eaba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #75eaba


Comments

No comments written yet.

Please login to write comment.