Color Hex Logo

#75fabf Color Hex

#75FABF
(117,250,191)
0 Favorites   0 Comments

Color spaces of #75fabf

RGB 117250191
HSL0.430.930.72
HSV153°53°98°
CMYK 0.530.000.24   0.02
XYZ50.925775.914761.2592
Yxy75.91470.27070.4036
Hunter Lab87.1290-48.145119.3044
CIE-Lab89.8197-50.016517.3402

#75fabf color RGB value is (117,250,191).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110101 11111010 10111111
Octal 165 372 277
Decimal 117 250 191
Hex 75 FA BF

RGB Percentages of Color #75fabf

%20.97
%44.80
%34.23

CMYK Percentages of Color #75fabf

%53
%0
%24
%2

Triadic Colors of #75fabf

#75fabf #bf75fa #fabf75

Analogous Colors of #75fabf

#75fabf #75f3fa #75fa7d

Monochromatic Colors of #75fabf

#75fabf

Complementary Color

#75fabf #fa75b0

#75fabf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#75fabf Color Preview on White Background

Lorem ipsum dolor sit amet.

#75fabf Color CSS Codes

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

#75fabf Text Font Color

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

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


#75fabf Background Color

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

This div background color is #75fabf


#75fabf Border Color

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

This div border color is #75fabf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #75fabf

Related Colors


Comments

No comments written yet.

Please login to write comment.