Color Hex Logo

#75fac5 Color Hex

#75FAC5
(117,250,197)
0 Favorites   0 Comments

Color spaces of #75fac5

RGB 117250197
HSL0.430.930.72
HSV156°53°98°
CMYK 0.530.000.21   0.02
XYZ51.599876.184364.8088
Yxy76.18430.26790.3956
Hunter Lab87.2836-47.221817.0752
CIE-Lab89.9448-48.771814.4266

#75fac5 color RGB value is (117,250,197).

#75fac5 hex color red value is 117, green value is 250 and the blue value of its RGB is 197. Cylindrical-coordinate representations (also known as HSL) of color #75fac5 hue: 0.43 , saturation: 0.93 and the lightness value of 75fac5 is 0.72.

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

Base Numbers

BaseRedGreenBlue
Binary 01110101 11111010 11000101
Octal 165 372 305
Decimal 117 250 197
Hex 75 FA C5

RGB Percentages of Color #75fac5

%20.74
%44.33
%34.93

CMYK Percentages of Color #75fac5

%53
%0
%21
%2

Triadic Colors of #75fac5

#75fac5 #c575fa #fac575

Analogous Colors of #75fac5

#75fac5 #75edfa #75fa83

Monochromatic Colors of #75fac5

#75fac5

Complementary Color

#75fac5 #fa75aa

#75fac5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#75fac5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#75fac5 Color CSS Codes

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

#75fac5 Text Font Color

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

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


#75fac5 Background Color

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

This div background color is #75fac5


#75fac5 Border Color

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

This div border color is #75fac5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #75fac5

Related Colors


Comments

No comments written yet.

Please login to write comment.