Color Hex Logo

#75fcbb Color Hex

#75FCBB
(117,252,187)
0 Favorites   0 Comments

Color spaces of #75fcbb

RGB 117252187
HSL0.420.960.72
HSV151°54°99°
CMYK 0.540.000.26   0.01
XYZ51.116276.990659.1803
Yxy76.99060.27290.4111
Hunter Lab87.7443-49.565821.4321
CIE-Lab90.3173-51.655420.0873

#75fcbb color RGB value is (117,252,187).

#75fcbb hex color red value is 117, green value is 252 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #75fcbb hue: 0.42 , saturation: 0.96 and the lightness value of 75fcbb is 0.72.

The process color (four color CMYK) of #75fcbb color hex is 0.54, 0.00, 0.26, 0.01. Web safe color of #75fcbb is #66ffcc. Color #75fcbb contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01110101 11111100 10111011
Octal 165 374 273
Decimal 117 252 187
Hex 75 FC BB

RGB Percentages of Color #75fcbb

%21.04
%45.32
%33.63

CMYK Percentages of Color #75fcbb

%54
%0
%26
%1

Triadic Colors of #75fcbb

#75fcbb #bb75fc #fcbb75

Analogous Colors of #75fcbb

#75fcbb #75fafc #75fc78

Monochromatic Colors of #75fcbb

#75fcbb

Complementary Color

#75fcbb #fc75b6

#75fcbb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#75fcbb Color Preview on White Background

Lorem ipsum dolor sit amet.

#75fcbb Color CSS Codes

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

#75fcbb Text Font Color

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

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


#75fcbb Background Color

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

This div background color is #75fcbb


#75fcbb Border Color

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

This div border color is #75fcbb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #75fcbb


Comments

No comments written yet.

Please login to write comment.