Color Hex Logo

#75bfbc Color Hex

#75BFBC
(117,191,188)
0 Favorites   0 Comments

Color spaces of #75bfbc

RGB 117191188
HSL0.490.370.60
HSV178°39°75°
CMYK 0.390.000.02   0.25
XYZ35.044044.674454.3529
Yxy44.67440.26140.3332
Hunter Lab66.8389-23.3796-1.4269
CIE-Lab72.6770-23.6960-5.7626

#75bfbc color RGB value is (117,191,188).

#75bfbc hex color red value is 117, green value is 191 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #75bfbc hue: 0.49 , saturation: 0.37 and the lightness value of 75bfbc is 0.60.

The process color (four color CMYK) of #75bfbc color hex is 0.39, 0.00, 0.02, 0.25. Web safe color of #75bfbc is #66cccc. Color #75bfbc contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01110101 10111111 10111100
Octal 165 277 274
Decimal 117 191 188
Hex 75 BF BC

RGB Percentages of Color #75bfbc

%23.59
%38.51
%37.90

CMYK Percentages of Color #75bfbc

%39
%0
%2
%25

Triadic Colors of #75bfbc

#75bfbc #bc75bf #bfbc75

Analogous Colors of #75bfbc

#75bfbc #759dbf #75bf97

Monochromatic Colors of #75bfbc

#75bfbc

Complementary Color

#75bfbc #bf7578

#75bfbc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#75bfbc Color Preview on White Background

Lorem ipsum dolor sit amet.

#75bfbc Color CSS Codes

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

#75bfbc Text Font Color

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

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


#75bfbc Background Color

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

This div background color is #75bfbc


#75bfbc Border Color

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

This div border color is #75bfbc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #75bfbc


Comments

No comments written yet.

Please login to write comment.