Color Hex Logo

#75bdbc Color Hex

#75BDBC
(117,189,188)
0 Favorites   0 Comments

Color spaces of #75bdbc

RGB 117189188
HSL0.500.350.60
HSV179°38°74°
CMYK 0.380.000.01   0.26
XYZ34.610843.807954.2085
Yxy43.80790.26100.3303
Hunter Lab66.1875-22.4869-2.2280
CIE-Lab72.0999-22.6921-6.6169

#75bdbc color RGB value is (117,189,188).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110101 10111101 10111100
Octal 165 275 274
Decimal 117 189 188
Hex 75 BD BC

RGB Percentages of Color #75bdbc

%23.68
%38.26
%38.06

CMYK Percentages of Color #75bdbc

%38
%0
%1
%26

Triadic Colors of #75bdbc

#75bdbc #bc75bd #bdbc75

Analogous Colors of #75bdbc

#75bdbc #759abd #75bd98

Monochromatic Colors of #75bdbc

#75bdbc

Complementary Color

#75bdbc #bd7576

#75bdbc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#75bdbc Color Preview on White Background

Lorem ipsum dolor sit amet.

#75bdbc Color CSS Codes

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

#75bdbc Text Font Color

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

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


#75bdbc Background Color

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

This div background color is #75bdbc


#75bdbc Border Color

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

This div border color is #75bdbc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #75bdbc


Comments

No comments written yet.

Please login to write comment.